mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
Re-enable event filter on macOS
This commit is contained in:
parent
e24489e705
commit
190e2837c2
1 changed files with 2 additions and 3 deletions
|
|
@ -121,10 +121,9 @@ void EventThread::process(RGSSThreadData &rtData)
|
||||||
|
|
||||||
initALCFunctions(rtData.alcDev);
|
initALCFunctions(rtData.alcDev);
|
||||||
|
|
||||||
// XXX this function breaks input focus on OSX
|
// XXX apparently this function breaks input focus on OSX
|
||||||
#ifndef __MACOSX__
|
// Doesn't seem to be causing issues right now though. - VD
|
||||||
SDL_SetEventFilter(eventFilter, &rtData);
|
SDL_SetEventFilter(eventFilter, &rtData);
|
||||||
#endif
|
|
||||||
|
|
||||||
fullscreen = rtData.config.fullscreen;
|
fullscreen = rtData.config.fullscreen;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue