mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-20 15:40:32 +00:00
Fix initialization of InputWrapper::mWindowHasFocus
This commit is contained in:
parent
6ee7c61667
commit
78a733a12c
@ -33,6 +33,10 @@ InputWrapper::InputWrapper(SDL_Window* window, osg::ref_ptr<osgViewer::Viewer> v
|
||||
mMouseInWindow(true)
|
||||
{
|
||||
_setupOISKeys();
|
||||
|
||||
Uint32 flags = SDL_GetWindowFlags(mSDLWindow);
|
||||
mWindowHasFocus = (flags & SDL_WINDOW_INPUT_FOCUS);
|
||||
mMouseInWindow = (flags & SDL_WINDOW_MOUSE_FOCUS);
|
||||
}
|
||||
|
||||
InputWrapper::~InputWrapper()
|
||||
|
Loading…
x
Reference in New Issue
Block a user