Searched refs:SDL_FlushEvents (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/test/ |
A D | loopwave.c | 151 SDL_FlushEvents(SDL_AUDIODEVICEADDED, SDL_AUDIODEVICEREMOVED); in main()
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_events.c | 635 SDL_FlushEvents(type, type); in SDL_FlushEvent() 639 SDL_FlushEvents(Uint32 minType, Uint32 maxType) in SDL_FlushEvents() function 812 SDL_FlushEvents(SDL_FIRSTEVENT, SDL_LASTEVENT); in SDL_SetEventFilter()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_events.h | 659 extern DECLSPEC void SDLCALL SDL_FlushEvents(Uint32 minType, Uint32 maxType);
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 121 #define SDL_FlushEvents SDL_FlushEvents_REAL macro
|
A D | SDL_dynapi_procs.h | 152 SDL_DYNAPI_PROC(void,SDL_FlushEvents,(Uint32 a, Uint32 b),(a,b),)
|
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | SDL_android.c | 1165 SDL_FlushEvents(SDL_FIRSTEVENT, SDL_LASTEVENT); in SDL_JAVA_INTERFACE()
|
Completed in 18 milliseconds