diff options
| author | Ilija Boshkov | 2017-01-25 19:21:41 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-01-25 19:21:41 +0100 |
| commit | 1005a56e5a27fb7f491d280d5aff6fe88691365c (patch) | |
| tree | 3b6ba52457db0287feed818955b3f917c5485b7b /core/os/input.h | |
| parent | 4c28f35b2c6dacd30a0e10453af1bcd977de9342 (diff) | |
| download | godot-1005a56e5a27fb7f491d280d5aff6fe88691365c.tar.gz godot-1005a56e5a27fb7f491d280d5aff6fe88691365c.tar.zst godot-1005a56e5a27fb7f491d280d5aff6fe88691365c.zip | |
Diffstat (limited to 'core/os/input.h')
| -rw-r--r-- | core/os/input.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/os/input.h b/core/os/input.h index 82c7a80d3..2cea154a5 100644 --- a/core/os/input.h +++ b/core/os/input.h @@ -47,7 +47,8 @@ public: enum MouseMode { MOUSE_MODE_VISIBLE, MOUSE_MODE_HIDDEN, - MOUSE_MODE_CAPTURED + MOUSE_MODE_CAPTURED, + MOUSE_MODE_CONFINED }; void set_mouse_mode(MouseMode p_mode); |
