Searched refs:motion_button (Results 1 – 1 of 1) sorted by relevance
268 int motion_button = 0; local295 if (motion_button & RTGUI_MOUSE_BUTTON_DOWN)306 …if (SDL_GetTicks() >= motion_tick && (motion_button & RTGUI_MOUSE_BUTTON_DOWN)) /* whether timeout…324 emouse.button = motion_button;390 motion_button = emouse.button;407 motion_button = 0;
Completed in 4 milliseconds