|
@@ -14,7 +14,6 @@ Works out of box.
|
|
Windows:
|
|
Windows:
|
|
Unfortunately there is no windows support as of yet. Support for Windows 7 is planned, but we currently have no way to test. If you have a Windows 7 WM_TOUCH supported device, and are willing to help test please contact me at [email protected]
|
|
Unfortunately there is no windows support as of yet. Support for Windows 7 is planned, but we currently have no way to test. If you have a Windows 7 WM_TOUCH supported device, and are willing to help test please contact me at [email protected]
|
|
|
|
|
|
-===========================================================================
|
|
|
|
Events
|
|
Events
|
|
===========================================================================
|
|
===========================================================================
|
|
SDL_FINGERDOWN:
|
|
SDL_FINGERDOWN:
|
|
@@ -39,7 +38,6 @@ Fields:
|
|
Same as SDL_FINGERDOWN.
|
|
Same as SDL_FINGERDOWN.
|
|
|
|
|
|
|
|
|
|
-===========================================================================
|
|
|
|
Functions
|
|
Functions
|
|
===========================================================================
|
|
===========================================================================
|
|
SDL provides the ability to access the underlying SDL_Finger structures.
|
|
SDL provides the ability to access the underlying SDL_Finger structures.
|
|
@@ -76,7 +74,6 @@ A SDL_Finger has the following fields:
|
|
The pressure of the touch.
|
|
The pressure of the touch.
|
|
|
|
|
|
|
|
|
|
-===========================================================================
|
|
|
|
Notes
|
|
Notes
|
|
===========================================================================
|
|
===========================================================================
|
|
For a complete example see test/testgesture.c
|
|
For a complete example see test/testgesture.c
|