Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dg_game.h56 extern consvar_t cv_invertmouse2, cv_alwaysfreelook2, cv_chasefreelook2, cv_mousemove2;
H A Dg_game.c334 consvar_t cv_invertmouse2 = CVAR_INIT ("invertmouse2", "Off", CV_SAVE, CV_OnOff, NULL); variable
1131 invertmouse = cv_invertmouse2.value; in G_BuildTiccmd()
H A Dd_netcmd.c799 CV_RegisterVar(&cv_invertmouse2); in D_RegisterClientCommands()
H A Dm_menu.c1219 {IT_STRING | IT_CVAR, NULL, "Invert Y Axis", &cv_invertmouse2, 60},