mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-31 14:36:39 +00:00
Ignore mouse movements during video playback (Fixes #2139)
This commit is contained in:
parent
c7933dd692
commit
414f7ea02c
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ namespace MWInput
|
||||||
MyGUI::InputManager::getInstance().injectMouseMove( int(mMouseX), int(mMouseY), mMouseWheel);
|
MyGUI::InputManager::getInstance().injectMouseMove( int(mMouseX), int(mMouseY), mMouseWheel);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mMouseLookEnabled)
|
if (mMouseLookEnabled && !mControlsDisabled)
|
||||||
{
|
{
|
||||||
resetIdleTime();
|
resetIdleTime();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue