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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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();