mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-01-27 01:24:27 +01:00
Characters like 'é' or 'î' are not resolved by getEvents(). For example,
getEvents("é") returns null.
However, it is possible to decompose them. For example,
getEvents("\u0301e") returns the events generating "é".
Thank you Philippe! ;)