From 44158ccfbe943b832c0e0bf9ce547212aa6c2b8b Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 16 Nov 2008 18:47:01 +0000 Subject: camera zoom --- src/client/input.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/client/input.h') 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; -- cgit v1.2.3