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

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

#include <Event.hpp>

Public Attributes

FingerID id
 The finger index identifier.
float x
 The X coordinate of the event; normalized 0..1.
float y
 The Y coordinate of the event; normalized 0..1.
float pressure
 The quantity of the pressure applied; normalized 0..1.

Detailed Description

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

Definition at line 337 of file Event.hpp.

Member Data Documentation

◆ id

FingerID nom::FingerEvent::id

The finger index identifier.

Definition at line 340 of file Event.hpp.

◆ pressure

float nom::FingerEvent::pressure

The quantity of the pressure applied; normalized 0..1.

Definition at line 349 of file Event.hpp.

◆ x

float nom::FingerEvent::x

The X coordinate of the event; normalized 0..1.

Definition at line 343 of file Event.hpp.

◆ y

float nom::FingerEvent::y

The Y coordinate of the event; normalized 0..1.

Definition at line 346 of file Event.hpp.


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