Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
SDL_TouchFingerEvent Struct Reference
Touch finger event structure (event.tfinger. More...
#include <SDL_events.h>
Data Fields | |
| Uint32 | type |
| SDL_FINGERMOTION or SDL_FINGERDOWN or SDL_FINGERUP | |
| SDL_TouchID | touchId |
| The touch device id. | |
| float | x |
| Normalized in the range 0...1. | |
| float | y |
| Normalized in the range 0...1. | |
| float | dx |
| Normalized in the range 0...1. | |
| float | dy |
| Normalized in the range 0...1. | |
| float | pressure |
| Normalized in the range 0...1. | |
Detailed Description
Touch finger event structure (event.tfinger.
*)
Definition at line 387 of file SDL_events.h.
Field Documentation
| float dx |
Normalized in the range 0...1.
Definition at line 395 of file SDL_events.h.
| float dy |
Normalized in the range 0...1.
Definition at line 396 of file SDL_events.h.
| float pressure |
Normalized in the range 0...1.
Definition at line 397 of file SDL_events.h.
| SDL_TouchID touchId |
The touch device id.
Definition at line 391 of file SDL_events.h.
SDL_FINGERMOTION or SDL_FINGERDOWN or SDL_FINGERUP
Definition at line 389 of file SDL_events.h.
| float x |
Normalized in the range 0...1.
Definition at line 393 of file SDL_events.h.
| float y |
Normalized in the range 0...1.
Definition at line 394 of file SDL_events.h.
Generated on Tue Jul 12 2022 13:56:26 by
1.7.2