Searched refs:SDL_MOUSEMOTION (Results 1 – 7 of 7) sorted by relevance
43 case SDL_MOUSEMOTION: in loop()
197 case SDL_MOUSEMOTION: in loop()
439 if (SDL_GetEventState(SDL_MOUSEMOTION) == SDL_ENABLE) {441 event.motion.type = SDL_MOUSEMOTION;834 SDL_FlushEvent(SDL_MOUSEMOTION);
112 ( (event->type == SDL_MOUSEMOTION) || in SDL_LogEvent()210 SDL_EVENT_CASE(SDL_MOUSEMOTION) in SDL_LogEvent()
107 SDL_MOUSEMOTION = 0x400, /**< Mouse moved */ enumerator
1233 if ((event->type == SDL_MOUSEMOTION) || (event->type == SDL_FINGERMOTION)) { in SDLTest_PrintEvent()1340 case SDL_MOUSEMOTION: in SDLTest_PrintEvent()1900 case SDL_MOUSEMOTION: in SDLTest_CommonEvent()
651 } else if (event->type == SDL_MOUSEMOTION) { in SDL_RendererEventWatch()
Completed in 19 milliseconds