Mercurial > sdl-ios-xcode
diff include/SDL_touch.h @ 4649:35a80b0791aa
Addition of VC project for touchTest.c
author | jimtla |
---|---|
date | Sat, 05 Jun 2010 01:58:56 -0400 |
parents | eea1bf53effa |
children | 4c94f2023d62 |
line wrap: on
line diff
--- a/include/SDL_touch.h Thu Jun 03 13:21:35 2010 -0400 +++ b/include/SDL_touch.h Sat Jun 05 01:58:56 2010 -0400 @@ -41,8 +41,6 @@ /* *INDENT-ON* */ #endif -typedef struct SDL_Touch SDL_Touch; -typedef struct SDL_Finger SDL_Finger; struct SDL_Finger { int id; @@ -55,9 +53,11 @@ 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 @@ }; + /* Function prototypes */ /**