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.
2022-01-04 17:41:40 +01:00
..
frame_sink.h Fix trait header guards 2021-10-26 21:30:04 +02:00
key_processor.h Make process_text() optional 2022-01-01 23:31:01 +01:00
mouse_processor.h Add relative mode flag to mouse processors 2022-01-04 17:41:40 +01:00
packet_sink.h Fix trait header guards 2021-10-26 21:30:04 +02:00