21 #include "../SDL_internal.h" 22 #include "../../include/SDL_touch.h" 24 #ifndef SDL_touch_c_h_ 25 #define SDL_touch_c_h_ 47 SDL_bool down,
float x,
float y,
float pressure);
51 float x,
float y,
float pressure);
GLint GLint GLint GLint GLint x
void SDL_DelTouch(SDL_TouchID id)
GLuint const GLchar * name
int SDL_SendTouchMotion(SDL_TouchID id, SDL_FingerID fingerid, float x, float y, float pressure)
int SDL_SendTouch(SDL_TouchID id, SDL_FingerID fingerid, SDL_bool down, float x, float y, float pressure)
GLint GLint GLint GLint GLint GLint y
int SDL_AddTouch(SDL_TouchID id, const char *name)
SDL_Touch * SDL_GetTouch(SDL_TouchID id)