|
Size: 1510
Comment: Fixed description.
|
← Revision 3 as of 2016-11-20 21:58:05 ⇥
Size: 1575
Comment: Added Version section.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 36: | Line 36: |
| == Version == This structure is available since SDL 2.0.0. |
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
Version
This structure is available since SDL 2.0.0.
Related Structures
