scrcpy/app
Romain Vimont 5e918ac0c3 Use enum for key injection mode
There was only two key injection modes:
 - the default one
 - the mode with --prefer-text enabled

To prepare the addition of another mode (--raw-key-events), use an enum
instead of a bool.

PR #2831 <https://github.com/Genymobile/scrcpy/pull/2831>
2021-11-29 21:15:32 +01:00
..
src Use enum for key injection mode 2021-11-29 21:15:32 +01:00
tests Use enum for key injection mode 2021-11-29 21:15:32 +01:00
meson.build Use static maps to convert input events 2021-11-29 21:15:07 +01:00
scrcpy.1 Improve HID keyboard documentation 2021-11-29 21:01:15 +01:00