Searched refs:SDL_SaveDollarTemplate (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_gesture.h | 68 extern DECLSPEC int SDLCALL SDL_SaveDollarTemplate(SDL_GestureID gestureId,SDL_RWops *dst);
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-gesture.md | 36 To save a template, call SDL_SaveDollarTemplate(gestureId, dst) where gestureId is the id of the ge…
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_gesture.c | 171 int SDL_SaveDollarTemplate(SDL_GestureID gestureId, SDL_RWops *dst) in SDL_SaveDollarTemplate() function
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 157 #define SDL_SaveDollarTemplate SDL_SaveDollarTemplate_REAL macro
|
A D | SDL_dynapi_procs.h | 188 SDL_DYNAPI_PROC(int,SDL_SaveDollarTemplate,(SDL_GestureID a, SDL_RWops *b),(a,b),return)
|
Completed in 10 milliseconds