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>2011-03-08 20:20:32 +0000
committerStijn Buys <ingar@osirion.org>2011-03-08 20:20:32 +0000
commit49fb18f0d5ec9643794e0cbe156c27a9883e5dd7 (patch)
treef74427fbc2462c3ef2fef982991128d4b46d2923 /src/client/input.h
parente897f60d10c3725638e90d0cde4a033a71215409 (diff)
Removed mouse control deadzone in the center of the screen.
Diffstat (limited to 'src/client/input.h')
-rw-r--r--src/client/input.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/input.h b/src/client/input.h
index 2565189..ad837a9 100644
--- a/src/client/input.h
+++ b/src/client/input.h
@@ -52,7 +52,6 @@ float joystick_lastmoved_time();
/// current modifier
Key::Modifier modifier();
-extern bool mouse_deadzone;
extern bool mouse_control;
extern bool joystick_control;