mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-12 22:14:42 +00:00
Fix an uninitalized member, and also make sure the mouse is captured when OpenMW starts
This commit is contained in:
parent
4c8a04d9cb
commit
88acebf808
3
extern/sdl4ogre/sdlinputwrapper.cpp
vendored
3
extern/sdl4ogre/sdlinputwrapper.cpp
vendored
@ -26,7 +26,8 @@ namespace SFO
|
|||||||
mWrapPointer(false),
|
mWrapPointer(false),
|
||||||
mMouseZ(0),
|
mMouseZ(0),
|
||||||
mMouseY(0),
|
mMouseY(0),
|
||||||
mMouseX(0)
|
mMouseX(0),
|
||||||
|
mMouseInWindow(true)
|
||||||
{
|
{
|
||||||
_setupOISKeys();
|
_setupOISKeys();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user