mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +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);
|
||||
|
||||
// XXX this function breaks input focus on OSX
|
||||
#ifndef __MACOSX__
|
||||
// XXX apparently this function breaks input focus on OSX
|
||||
// Doesn't seem to be causing issues right now though. - VD
|
||||
SDL_SetEventFilter(eventFilter, &rtData);
|
||||
#endif
|
||||
|
||||
fullscreen = rtData.config.fullscreen;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue