diff options
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index 0e648bb..7d97bd2 100644 --- a/src/settings.h +++ b/src/settings.h @@ -16,6 +16,7 @@ typedef struct Settings { // Keyboard and mouse control. float mouseSensitivity; float scrollBarSpeed; + bool lockMouse; // Joystick control. int gamePadNum; |