mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
EventThread: Fix mouse cursor not being hidden
This commit is contained in:
parent
882856c8d8
commit
c16f20527e
1 changed files with 3 additions and 1 deletions
|
|
@ -132,7 +132,9 @@ void EventThread::process(RGSSThreadData &rtData)
|
|||
bool displayingFPS = false;
|
||||
|
||||
bool cursorInWindow = false;
|
||||
bool windowFocused = false;
|
||||
|
||||
/* SDL doesn't send an initial FOCUS_GAINED event */
|
||||
bool windowFocused = true;
|
||||
|
||||
bool terminate = false;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue