Searched refs:minType (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_events.h | 643 Uint32 minType, Uint32 maxType); 650 extern DECLSPEC SDL_bool SDLCALL SDL_HasEvents(Uint32 minType, Uint32 maxType); 659 extern DECLSPEC void SDLCALL SDL_FlushEvents(Uint32 minType, Uint32 maxType);
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_events.c | 544 Uint32 minType, Uint32 maxType) in SDL_PeepEvents() argument 583 if (minType <= type && type <= maxType) { in SDL_PeepEvents() 627 SDL_HasEvents(Uint32 minType, Uint32 maxType) in SDL_HasEvents() argument 629 return (SDL_PeepEvents(NULL, 0, SDL_PEEKEVENT, minType, maxType) > 0); in SDL_HasEvents() 639 SDL_FlushEvents(Uint32 minType, Uint32 maxType) in SDL_FlushEvents() argument 665 if (minType <= type && type <= maxType) { in SDL_FlushEvents()
|
Completed in 7 milliseconds