scrcpy/app
Romain Vimont fd9f41548a Pass screen to mouse event converters
Mouse events coordinates depend on the screen size and location, so the
converter need to access the screen.

The fact that it needs the position or the size is an internal detail,
so pass a pointer to the whole screen structure.
2019-10-20 16:21:10 +02:00
..
src Pass screen to mouse event converters 2019-10-20 16:21:10 +02:00
tests Merge mouse and touch events 2019-10-03 20:37:49 +02:00
meson.build Rename "convert.h" to "event_converter.h" 2019-09-15 17:29:03 +02:00