zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_gesture_c.h File Reference
#include "SDL_config.h"

Go to the source code of this file.

Functions

int SDL_GestureAddTouch (SDL_TouchID touchId)
 
void SDL_GestureProcessEvent (SDL_Event *event)
 
int SDL_RecordGesture (SDL_TouchID touchId)
 Begin Recording a gesture on the specified touch, or all touches (-1) More...
 

Function Documentation

int SDL_GestureAddTouch ( SDL_TouchID  touchId)

Definition at line 412 of file SDL_gesture.c.

References SDL_FALSE, SDL_gestureTouch, SDL_numGestureTouches, SDL_OutOfMemory, and SDL_realloc().

Referenced by SDL_AddTouch().

int SDL_RecordGesture ( SDL_TouchID  touchId)

Begin Recording a gesture on the specified touch, or all touches (-1)

Definition at line 93 of file SDL_gesture.c.

References i, recordAll, SDL_gestureTouch, SDL_numGestureTouches, and SDL_TRUE.