mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-19 08:50:48 +00:00
VideoCommon: Change free-look's middle-mouse action to roll the camera.
This commit is contained in:
parent
5c5e6df038
commit
779e618046
6 changed files with 28 additions and 61 deletions
|
@ -4,8 +4,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <array>
|
||||
|
||||
#include <QEvent>
|
||||
#include <QWidget>
|
||||
|
||||
|
@ -43,5 +41,5 @@ private:
|
|||
|
||||
static constexpr int MOUSE_HIDE_DELAY = 3000;
|
||||
QTimer* m_mouse_timer;
|
||||
std::array<float, 2> m_last_mouse{};
|
||||
QPoint m_last_mouse{};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue