RainwayApp / flutter_gamepad

A gamepad library for Flutter
Apache License 2.0
36 stars 18 forks source link

Fixed bug with Start button not working on Fire TV. #8

Closed apecoraro closed 3 years ago

apecoraro commented 3 years ago

On Fire TV the Start button triggers a KEYCODE_MENU event and does not trigger a KEYCODE_BUTTON_START, so added special handling for that situation.

Tested that this makes the Start button on the gamepad work on Fire TV and doesn't have any side effects on Android TV.