Switch the focus to the next window. Definition at line 168 of file gui_input.c. 00169 { 00170 gui_input_curfocus++; 00171 gui_input_curfocus %= GUI_FOCUS_COUNT; 00172 00173 /* Update the selection colors */ 00174 gui_playq_setfocus(gui_input_curfocus == GUI_FOCUS_PLAYQ); 00175 gui_browser_setfocus(gui_input_curfocus == GUI_FOCUS_BROWSER); 00176 }
Here is the call graph for this function:
![]() |
1.6.3