Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-11-16 18:47:01 +0000
committerStijn Buys <ingar@osirion.org>2008-11-16 18:47:01 +0000
commit44158ccfbe943b832c0e0bf9ce547212aa6c2b8b (patch)
tree3749d855271779b65283f86599c0faebdfdf4318 /src/client/input.h
parent315a8c2dff9b76ac5e1ebbef265f13ac19d65e3d (diff)
camera zoom
Diffstat (limited to 'src/client/input.h')
-rw-r--r--src/client/input.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/input.h b/src/client/input.h
index 88a65b3..394e521 100644
--- a/src/client/input.h
+++ b/src/client/input.h
@@ -43,6 +43,9 @@ float mouse_lastmoved_time();
/// time the joystick was last moved
float joystick_lastmoved_time();
+/// current modifier
+Key::Modifier modifier();
+
extern bool mouse_deadzone;
extern bool mouse_control;
extern bool joystick_control;