Compare commits
No commits in common. "master" and "wrap-around" have entirely different histories.
master
...
wrap-aroun
@ -462,8 +462,6 @@ int32_t minesweeper_app(void* p) {
|
|||||||
// Exit the plugin
|
// Exit the plugin
|
||||||
processing = false;
|
processing = false;
|
||||||
break;
|
break;
|
||||||
case InputKeyMAX:
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
} else if (event.input.type == InputTypeLong) {
|
} else if (event.input.type == InputTypeLong) {
|
||||||
// hold events
|
// hold events
|
||||||
@ -481,8 +479,6 @@ int32_t minesweeper_app(void* p) {
|
|||||||
case InputKeyBack:
|
case InputKeyBack:
|
||||||
processing = false;
|
processing = false;
|
||||||
break;
|
break;
|
||||||
case InputKeyMAX:
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user