You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/app/src/trait
Romain Vimont b5855e5deb Add relative mode flag to mouse processors
The default mouse injection works in absolute mode: it forwards clicks
at a specific position on screen.

To support HID mouse, add a flag to indicate that the mouse processor
works in relative mode: it forwards mouse motion vectors, without any
absolute reference to the screen.
2 years ago
..
frame_sink.h Fix trait header guards 3 years ago
key_processor.h Make process_text() optional 2 years ago
mouse_processor.h Add relative mode flag to mouse processors 2 years ago
packet_sink.h Fix trait header guards 3 years ago