]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - input.h
implemented PRYDON_CLIENTCURSOR extension (clientside mouse pointer that feeds back...
[xonotic/darkplaces.git] / input.h
diff --git a/input.h b/input.h
index f48aa9c4eec2ec13278d821b8f8d781d71b7c5b9..8572a9508f47addcc244480b40ac81091f0cb74a 100644 (file)
--- a/input.h
+++ b/input.h
@@ -34,15 +34,15 @@ 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_ProcessMove(void);
 
-void IN_Move (usercmd_t *cmd);
+void IN_Move (void);
 // add additional movement on top of the keyboard move cmd
 
 void IN_PreMove(void);
 void IN_PostMove(void);
 
-void IN_Mouse(usercmd_t *cmd, float mx, float my);
+void IN_Mouse(float mx, float my);
 
 void IN_ClearStates (void);
 // restores all button and position states to defaults