From 9297b2c1161ab412e083e7c191f64cbdc39125bc Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 6 Apr 2008 17:23:01 +0000 Subject: mouse control fine-tuning --- src/client/input.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/client/input.h') 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 -- cgit v1.2.3