mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-10-30 08:03:03 +00:00
Adjusting vertical sensitivity for mouse analog cam.
This commit is contained in:
parent
c8e76a54e7
commit
4cf7192be9
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#define MOUSE_SHIELD_CLAMP_X 7200.0f
|
||||
#define MOUSE_SHIELD_CLAMP_Y 10800.0f
|
||||
#define MOUSE_CAMERA_SCALE_X 0.04f
|
||||
#define MOUSE_CAMERA_SCALE_Y 0.04f
|
||||
#define MOUSE_CAMERA_SCALE_Y 0.08f // For some reason, the vertical sensitivity seemed less than the horizontal. This compensates.
|
||||
|
||||
typedef struct {
|
||||
float delta_x;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue