nspire-emus / firebird

Multi-platform emulator of TI Nspire calculators
GNU General Public License v3.0
665 stars 66 forks source link

Improve keypad key handling #301

Open Vogtinator opened 1 year ago

Vogtinator commented 1 year ago

Currently the keyboard input handler accepts all key events, even those it does not handle. This causes some key events including the Back button on Android to get ignored.