mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
DolphinQt: Only trigger Free Look mouse movement when the Free Look camera is active
This commit is contained in:
parent
bcf63c463b
commit
b9d9b27a81
@ -181,7 +181,7 @@ bool RenderWidget::event(QEvent* event)
|
||||
break;
|
||||
}
|
||||
case QEvent::MouseMove:
|
||||
if (g_Config.bFreeLook)
|
||||
if (g_freelook_camera.IsActive())
|
||||
OnFreeLookMouseMove(static_cast<QMouseEvent*>(event));
|
||||
[[fallthrough]];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user