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-04-06 17:23:01 +0000
committerStijn Buys <ingar@osirion.org>2008-04-06 17:23:01 +0000
commit9297b2c1161ab412e083e7c191f64cbdc39125bc (patch)
treee192334f9ea0a64587a408ae2c027aada578817b /src/client/input.h
parentc5e90960fc333c2b1d2b3e961da439928b2ac872 (diff)
mouse control fine-tuning
Diffstat (limited to 'src/client/input.h')
-rw-r--r--src/client/input.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/input.h b/src/client/input.h
index 9d47eb8..bcbba9b 100644
--- a/src/client/input.h
+++ b/src/client/input.h
@@ -7,9 +7,13 @@
#ifndef __INCLUDED_cLIENT_INPUT_H__
#define __INCLUDED_cLIENT_INPUT_H__
+#include "core/cvar.h"
+
namespace client
{
+extern core::Cvar *cl_mousecontrol;
+
namespace input
{
@@ -24,6 +28,7 @@ void frame(float seconds);
extern int mouse_x;
extern int mouse_y;
+extern bool mouse_deadzone;
} // namespace input