Re-enable event filter on macOS

This commit is contained in:
Vinyl Darkscratch 2018-03-07 13:15:15 -08:00
parent e24489e705
commit 190e2837c2

View file

@ -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;