mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-10 21:40:15 +00:00
Ignore mouse movements during video playback (Fixes #2139)
This commit is contained in:
parent
c7933dd692
commit
414f7ea02c
@ -603,7 +603,7 @@ namespace MWInput
|
||||
MyGUI::InputManager::getInstance().injectMouseMove( int(mMouseX), int(mMouseY), mMouseWheel);
|
||||
}
|
||||
|
||||
if (mMouseLookEnabled)
|
||||
if (mMouseLookEnabled && !mControlsDisabled)
|
||||
{
|
||||
resetIdleTime();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user