input/layers: Fix exclusive LS focus / refocus after unmap (#9984)

This commit is contained in:
Vaxry
2025-04-07 20:52:11 +02:00
committed by GitHub
parent a8eda7f978
commit 70ae99f521
3 changed files with 25 additions and 10 deletions

View File

@@ -114,7 +114,7 @@ class CInputManager {
Vector2D getMouseCoordsInternal();
void refocus();
void refocusLastWindow(PHLMONITOR pMonitor);
bool refocusLastWindow(PHLMONITOR pMonitor);
void simulateMouseMovement();
void sendMotionEventsToFocused();