Searched refs:SDL2_MAX_IDLE_COUNT (Results 1 – 1 of 1) sorted by relevance
57 #define SDL2_MAX_IDLE_COUNT (2 * GUI_REFRESH_INTERVAL_DEFAULT \ macro699 if (scon->idle_counter < SDL2_MAX_IDLE_COUNT) { in sdl2_poll_events()701 if (scon->idle_counter >= SDL2_MAX_IDLE_COUNT) { in sdl2_poll_events()