]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - input.h
implemented support for turning off mousegrab in csqc (feature existed
[xonotic/darkplaces.git] / input.h
diff --git a/input.h b/input.h
index d2e3c086bd5ddafdff837196d456428666876624..3f98f68d98014af88b4c1b2e8f8ddf5ec42b9c46 100644 (file)
--- a/input.h
+++ b/input.h
@@ -26,6 +26,7 @@ extern cvar_t in_pitch_min;
 extern cvar_t in_pitch_max;
 
 extern qboolean in_client_mouse;
+extern float in_windowmouse_x, in_windowmouse_y;
 extern float in_mouse_x, in_mouse_y;
 
 //enum input_dest_e {input_game,input_message,input_menu} input_dest;