mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-06 14:34:39 +01:00
Mouse and keyboard events with unknown button/keycode/scancode cannot be handled properly. Discard them without forwarding them to the keyboard or mouse processors. This can happen for example if a more recent version of SDL introduces new enum values. PR #5270 <https://github.com/Genymobile/scrcpy/pull/5270>