mirror of
https://github.com/yawut/SDL.git
synced 2026-08-23 17:25:26 -05:00
Addition of VC project for touchTest.c
This commit is contained in:
@@ -41,8 +41,6 @@ extern "C" {
|
||||
/* *INDENT-ON* */
|
||||
#endif
|
||||
|
||||
typedef struct SDL_Touch SDL_Touch;
|
||||
typedef struct SDL_Finger SDL_Finger;
|
||||
|
||||
struct SDL_Finger {
|
||||
int id;
|
||||
@@ -55,9 +53,11 @@ struct SDL_Finger {
|
||||
int pressure;
|
||||
};
|
||||
|
||||
typedef struct SDL_Touch SDL_Touch;
|
||||
typedef struct SDL_Finger SDL_Finger;
|
||||
|
||||
struct SDL_Touch
|
||||
{
|
||||
|
||||
struct SDL_Touch {
|
||||
|
||||
/* Free the touch when it's time */
|
||||
void (*FreeTouch) (SDL_Touch * touch);
|
||||
@@ -87,6 +87,7 @@ struct SDL_Touch
|
||||
};
|
||||
|
||||
|
||||
|
||||
/* Function prototypes */
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user