]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - input.h
Added vid_vsync cvar and also to put it in the video options menu.
[xonotic/darkplaces.git] / input.h
diff --git a/input.h b/input.h
index 31a231805919af431cbeda69af848ed4ef80c1bc..f48aa9c4eec2ec13278d821b8f8d781d71b7c5b9 100644 (file)
--- a/input.h
+++ b/input.h
@@ -33,6 +33,9 @@ extern float in_mouse_x, in_mouse_y;
 void IN_Commands (void);
 // oportunity for devices to stick commands on the script buffer
 
+// AK added to allow mouse movement for the menu
+void IN_ProcessMove(usercmd_t *cmd);
+
 void IN_Move (usercmd_t *cmd);
 // add additional movement on top of the keyboard move cmd