scrcpy/app
Romain Vimont 411aa4fcfd Handle alpha and space chars as raw events
To handle special chars, text is handled as text input instead of key
events. However, this breaks the separation of DOWN and UP key events.

As a compromise, send letters and space as key events, to preserve
original DOWN/UP events, but send other text input events as text, to be
able to send "special" characters.

Fixes <https://github.com/Genymobile/scrcpy/issues/87>.

Suggested-by: pete1414
Suggested-by: King-Slide <kingslide@gmail.com>
2018-10-03 22:07:09 +02:00
..
src Handle alpha and space chars as raw events 2018-10-03 22:07:09 +02:00
tests Separate multi-words filenames by '_' 2018-08-15 19:30:01 +02:00
meson.build Separate multi-words filenames by '_' 2018-08-15 19:30:01 +02:00