21#include "../SDL_internal.h"
22#include "../../include/SDL_touch.h"
48 SDL_bool down,
float x,
float y,
float pressure);
52 float x,
float y,
float pressure);
GLint GLint GLint GLint GLint GLint y
GLint GLint GLint GLint GLint x
GLuint GLuint GLsizei GLenum type
GLuint const GLchar * name
void SDL_DelTouch(SDL_TouchID id)
int SDL_SendTouch(SDL_TouchID id, SDL_FingerID fingerid, SDL_bool down, float x, float y, float pressure)
int SDL_AddTouch(SDL_TouchID id, SDL_TouchDeviceType type, const char *name)
int SDL_SendTouchMotion(SDL_TouchID id, SDL_FingerID fingerid, float x, float y, float pressure)
SDL_Touch * SDL_GetTouch(SDL_TouchID id)