mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Add mouse sensitivity and invert mouse to settings UI
Larger settings window (440x520) to fit all sections.
This commit is contained in:
parent
e700c19394
commit
3ef0f8c2f1
2 changed files with 4 additions and 1 deletions
|
|
@ -63,6 +63,8 @@ private:
|
|||
bool pendingShadows = true;
|
||||
int pendingMusicVolume = 30;
|
||||
int pendingSfxVolume = 100;
|
||||
float pendingMouseSensitivity = 0.2f;
|
||||
bool pendingInvertMouse = false;
|
||||
|
||||
/**
|
||||
* Render player info window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue