SIGN IN SIGN UP

Discard unknown SDL events

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>
R
Romain Vimont committed
c8479fe8bf71f6f46bde95f2e7034cca97f7ff1f
Parent: de84554