Struan Clark hace 2 años
padre
commit
c93f308527
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      views/flipbip_scene_1.c

+ 4 - 2
views/flipbip_scene_1.c

@@ -501,6 +501,7 @@ bool flipbip_scene_1_input(InputEvent* event, void* context) {
                 },
                 },
                 true);
                 true);
             break;
             break;
+        case InputKeyRight:
         case InputKeyDown:
         case InputKeyDown:
             with_view_model(
             with_view_model(
                 instance->view,
                 instance->view,
@@ -515,6 +516,7 @@ bool flipbip_scene_1_input(InputEvent* event, void* context) {
                 },
                 },
                 true);
                 true);
             break;
             break;
+        case InputKeyLeft:
         case InputKeyUp:
         case InputKeyUp:
             with_view_model(
             with_view_model(
                 instance->view,
                 instance->view,
@@ -529,7 +531,7 @@ bool flipbip_scene_1_input(InputEvent* event, void* context) {
                 },
                 },
                 true);
                 true);
             break;
             break;
-        case InputKeyRight:
+        // case InputKeyRight:
         case InputKeyOk:
         case InputKeyOk:
             // with_view_model(
             // with_view_model(
             //     instance->view,
             //     instance->view,
@@ -541,7 +543,7 @@ bool flipbip_scene_1_input(InputEvent* event, void* context) {
             //     },
             //     },
             //     true);
             //     true);
             // break;
             // break;
-        case InputKeyLeft:
+        // case InputKeyLeft:
         case InputKeyMAX:
         case InputKeyMAX:
             break;
             break;
         }
         }