Searched refs:SDL_IGNORE (Results 1 – 3 of 3) sorted by relevance
240 SDL_ProcessEvents[SDL_SYSWMEVENT] = SDL_IGNORE; in SDL_StartEventLoop()442 current_state = SDL_IGNORE; in SDL_EventState()444 if ( SDL_ProcessEvents[type] != SDL_IGNORE ) { in SDL_EventState()462 case SDL_IGNORE: in SDL_EventState()
547 return SDL_IGNORE; in SDL_JoystickEventState()557 state = SDL_IGNORE; in SDL_JoystickEventState()
325 #define SDL_IGNORE 0 macro