From 8c17868585e2a12f947ec387947c4521ef21d775 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 2 Jun 2008 16:20:47 +0000 Subject: keyboard binds --- src/client/input.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/input.h') diff --git a/src/client/input.h b/src/client/input.h index bcbba9b..87f7dfe 100644 --- a/src/client/input.h +++ b/src/client/input.h @@ -12,8 +12,6 @@ namespace client { -extern core::Cvar *cl_mousecontrol; - namespace input { @@ -28,7 +26,9 @@ void frame(float seconds); extern int mouse_x; extern int mouse_y; + extern bool mouse_deadzone; +extern bool mouse_control; } // namespace input -- cgit v1.2.3