VideoCommon: Change free-look's middle-mouse action to roll the camera.

This commit is contained in:
Jordan Woyak
2019-03-09 10:25:41 -06:00
parent 5c5e6df038
commit 779e618046
6 changed files with 28 additions and 61 deletions

View File

@ -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);