Searched refs:motion_tick (Results 1 – 1 of 1) sorted by relevance
269 int motion_tick = 50; local297 timeout = motion_tick - SDL_GetTicks();306 …if (SDL_GetTicks() >= motion_tick && (motion_button & RTGUI_MOUSE_BUTTON_DOWN)) /* whether timeout…331 motion_tick = 50 + SDL_GetTicks();393 motion_tick = 50 + SDL_GetTicks();
Completed in 6 milliseconds