bindbc.sdl.bind.sdlgesture

Undocumented in source.

Members

Aliases

SDL_GestureID
alias SDL_GestureID = long
Undocumented in source.
pSDL_LoadDollarTemplates
alias pSDL_LoadDollarTemplates = int function(SDL_TouchID touchId, SDL_RWops* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_RecordGesture
alias pSDL_RecordGesture = int function(SDL_TouchID touchId)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SaveAllDollarTemplates
alias pSDL_SaveAllDollarTemplates = int function(SDL_RWops* dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SaveDollarTemplate
alias pSDL_SaveDollarTemplate = int function(SDL_GestureID gestureId, SDL_RWops* dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

SDL_LoadDollarTemplates
int SDL_LoadDollarTemplates(SDL_TouchID touchId, SDL_RWops* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_RecordGesture
int SDL_RecordGesture(SDL_TouchID touchId)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SaveAllDollarTemplates
int SDL_SaveAllDollarTemplates(SDL_RWops* dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SaveDollarTemplate
int SDL_SaveDollarTemplate(SDL_GestureID gestureId, SDL_RWops* dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

SDL_LoadDollarTemplates
pSDL_LoadDollarTemplates SDL_LoadDollarTemplates;
Undocumented in source.
SDL_RecordGesture
pSDL_RecordGesture SDL_RecordGesture;
Undocumented in source.
SDL_SaveAllDollarTemplates
pSDL_SaveAllDollarTemplates SDL_SaveAllDollarTemplates;
Undocumented in source.
SDL_SaveDollarTemplate
pSDL_SaveDollarTemplate SDL_SaveDollarTemplate;
Undocumented in source.

Meta