mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-24 19:27:27 +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
|
@ -30,7 +30,7 @@ public:
|
|||
static void SetMaterialColorChanged(int index);
|
||||
|
||||
static void TranslateView(float x, float y, float z = 0.0f);
|
||||
static void RotateView(float x, float y);
|
||||
static void RotateView(float x, float y, float z);
|
||||
static void ResetView();
|
||||
|
||||
static void SetVertexFormat(u32 components);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue