mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-17 04:34:44 -07:00
games only changes
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
- - EXIT OF GAMES/CLOCK GOES BACK TO GAMES ONLY MODE
|
||||
- - HOLD BACK TO TURN OFF FLIPPER
|
||||
- - RESTARTING REMEMBERS YOU ARE IN GAMES ONLY MODE
|
||||
- - CENTER OR HOLD DOWN FOR GAMES MENU (NOT WORKING)
|
||||
- - DOWN, CENTER OR HOLD DOWN FOR SNAKE
|
||||
- - HOLD CENTER TO CHANGE IDLE ANIMATION
|
||||
- - UP OR HOLD UP FOR FAVORITE GAME (NOT WORKING)
|
||||
- - UP OR HOLD UP FOR SNAKE
|
||||
- - LEFT OR HOLD LEFT FOR CLOCK (NOT PRIMARY/SECONDAY FAVORITE)
|
||||
- - RIGHT ALWAYS WILL GO TO PASSPORT
|
||||
- - Enter Games Only mode from Settings=>Desktop or from (Up Menu)Lock Menu=>GAMES ONLY
|
||||
|
||||
@@ -91,6 +91,7 @@ bool desktop_main_input_callback(InputEvent* event, void* context) {
|
||||
if(event->type == InputTypeShort) {
|
||||
if(event->key == InputKeyOk) {
|
||||
// main_view->callback(DesktopMainEventOpenGames, main_view->context);
|
||||
main_view->callback(DesktopMainEventOpenGameMenu, main_view->context); // OPENS SNAKE
|
||||
} else if(event->key == InputKeyUp) {
|
||||
// main_view->callback(DesktopMainEventOpenFavoriteGame, main_view->context);
|
||||
main_view->callback(DesktopMainEventOpenGameMenu, main_view->context); // OPENS SNAKE
|
||||
|
||||
Reference in New Issue
Block a user