diff --git a/main.c b/main.c index b7f69d8..c31a990 100644 --- a/main.c +++ b/main.c @@ -1708,10 +1708,12 @@ void event(const sapp_event *e) roll_just_pressed = true; } +#ifdef DESKTOP // very nice for my run from cmdline workflow, escape to quit if(e->key_code == SAPP_KEYCODE_ESCAPE) { sapp_quit(); } +#endif #ifdef DEVTOOLS if(e->key_code == SAPP_KEYCODE_T) {