Searched refs:menu_cursor (Results 1 – 1 of 1) sorted by relevance
50 static int menu_cursor; variable78 if (--menu_cursor < MENU_BEGIN) in MyUpdateFrame()80 menu_cursor = MENU_END; in MyUpdateFrame()85 if (++menu_cursor > MENU_END) in MyUpdateFrame()87 menu_cursor = MENU_BEGIN; in MyUpdateFrame()119 DEMODrawText(40, 80 + i * 10, "%c mode %d", ((i == menu_cursor) ? '>' : ' '), i + 1); in MyDrawFrame()138 switch (menu_cursor) in MyEndFrame()169 menu_cursor = 0; in NitroStaticInit()