-
Notifications
You must be signed in to change notification settings - Fork 501
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Android Hardware Keyboard/Back Button Support
- Add SAPP keycode for the Android Back Button - Implement KEY_DOWN/KEY_UP/CHAR events with repeat support - Implemented quit_requested/quit_ordered so that sapp_request_quit() works These changes allows Android app to recieve an action for a back button press and respond to it themselves (including navigation and exiting the application) and allows Android HW keyboards to function just like the Windows/macOS/Linux keyboards.
- Loading branch information
1 parent
47d92ff
commit 790d65d
Showing
1 changed file
with
220 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters