[client] realign the pointer when input is re-enabled

This commit is contained in:
Geoffrey McRae 2021-01-20 00:30:04 +11:00
parent 31eafee468
commit 3774d2bfe9

View File

@ -1676,6 +1676,8 @@ static void toggle_input(uint32_t scancode, void * opaque)
if (g_state.ignoreInput)
setCursorInView(false);
else
g_state.ds->realignPointer();
app_alert(
LG_ALERT_INFO,