diff --git a/client/src/app.c b/client/src/app.c index aa9d9e62..d4043d52 100644 --- a/client/src/app.c +++ b/client/src/app.c @@ -93,6 +93,8 @@ void app_handleFocusEvent(bool focused) if (g_state.keyDown[key]) app_handleKeyRelease(key); + g_state.escapeActive = false; + if (!g_params.showCursorDot) g_state.ds->setPointer(LG_POINTER_NONE);