mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] realign the pointer when input is re-enabled
This commit is contained in:
parent
31eafee468
commit
3774d2bfe9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user