|
⇤ ← Revision 1 as of 2014-01-06 23:37:50
Size: 1513
Comment: Created page using content from SDL_touch.h.
|
Size: 1510
Comment: Fixed description.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 16: | Line 16: |
| ||SDL_FingerID||'''id'''||the finger index|| | ||SDL_FingerID||'''id'''||the finger id|| |
DRAFT |
SDL_Finger
A structure that contains touch information.
Data Fields
SDL_FingerID |
id |
the finger id |
float |
x |
the x-axis location of the touch event, normalized (0...1) |
float |
y |
the y-axis location of the touch event, normalized (0...1) |
float |
pressure |
the quantity of pressure applied, normalized (0...1) |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Structures
