mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-15 20:08:17 +00:00
[client] core: invalidate the pointer state when overlay is disabled
This commit is contained in:
@@ -907,6 +907,7 @@ void app_setOverlay(bool enable)
|
||||
g_state.io->ConfigFlags |= ImGuiConfigFlags_NoMouse;
|
||||
core_resetOverlayInputState();
|
||||
core_setGrabQuiet(wasGrabbed);
|
||||
core_invalidatePointer();
|
||||
app_invalidateWindow(false);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user