Home
last modified time | relevance | path

Searched refs:cv_invertmouse (Results 1 – 4 of 4) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dg_game.h55 extern consvar_t cv_invertmouse, cv_alwaysfreelook, cv_chasefreelook, cv_mousemove;
H A Dg_game.c332 consvar_t cv_invertmouse = CVAR_INIT ("invertmouse", "Off", CV_SAVE, CV_OnOff, NULL); variable
1117 invertmouse = cv_invertmouse.value; in G_BuildTiccmd()
H A Dd_netcmd.c798 CV_RegisterVar(&cv_invertmouse); in D_RegisterClientCommands()
H A Dm_menu.c1204 {IT_STRING | IT_CVAR, NULL, "Invert Y Axis", &cv_invertmouse, 60},