Home
last modified time | relevance | path

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

/external/quake/quake/src/WinQuake/
Dmenu.cpp683 int setup_cursor = 4; variable
735 M_DrawCharacter (56, setup_cursor_table [setup_cursor], 12+((int)(realtime*4)&1)); in M_Setup_Draw()
737 if (setup_cursor == 0) in M_Setup_Draw()
738 …M_DrawCharacter (168 + 8*strlen(setup_hostname), setup_cursor_table [setup_cursor], 10+((int)(real… in M_Setup_Draw()
740 if (setup_cursor == 1) in M_Setup_Draw()
741 …M_DrawCharacter (168 + 8*strlen(setup_myname), setup_cursor_table [setup_cursor], 10+((int)(realti… in M_Setup_Draw()
757 setup_cursor--; in M_Setup_Key()
758 if (setup_cursor < 0) in M_Setup_Key()
759 setup_cursor = NUM_SETUP_CMDS-1; in M_Setup_Key()
764 setup_cursor++; in M_Setup_Key()
[all …]