nomlib
Loading...
Searching...
No Matches
nom::GestureEvent Struct Reference

A structure containing information on a multi-finger gesture (touch) event. More...

#include <Event.hpp>

Public Attributes

TouchID id
 The touch device index identifier.
float x
 The X coordinate of the event.
float y
 The Y coordinate of the event.
float dTheta
 ...???
float dDist
 ...???
uint16 num_fingers
 The number of fingers used in the gesture event.

Detailed Description

A structure containing information on a multi-finger gesture (touch) event.

Remarks
SDL_MULTIGESTURE.

Definition at line 383 of file Event.hpp.

Member Data Documentation

◆ dDist

float nom::GestureEvent::dDist

...???

Definition at line 398 of file Event.hpp.

◆ dTheta

float nom::GestureEvent::dTheta

...???

Definition at line 395 of file Event.hpp.

◆ id

TouchID nom::GestureEvent::id

The touch device index identifier.

Definition at line 386 of file Event.hpp.

◆ num_fingers

uint16 nom::GestureEvent::num_fingers

The number of fingers used in the gesture event.

Definition at line 401 of file Event.hpp.

◆ x

float nom::GestureEvent::x

The X coordinate of the event.

Definition at line 389 of file Event.hpp.

◆ y

float nom::GestureEvent::y

The Y coordinate of the event.

Definition at line 392 of file Event.hpp.


The documentation for this struct was generated from the following file: