Kanzi 4.0.0-beta2
kanzi::qnx::TouchPoint Struct Reference

Structure representing an individual touch point (cursor). More...

#include <kanzi/platform/platform/input_ng/qnx_screen/qnx_screen_default_input_event_context.hpp>

Public Attributes

int id
 ID of this cursor.
 
TouchPointState state
 Current state of this cursor.
 
int x
 Current x-coordinate of this cursor.
 
int y
 Current y-coordinate of this cursor.
 

Detailed Description

Structure representing an individual touch point (cursor).

Member Data Documentation

◆ id

int kanzi::qnx::TouchPoint::id

ID of this cursor.

◆ x

int kanzi::qnx::TouchPoint::x

Current x-coordinate of this cursor.

◆ y

int kanzi::qnx::TouchPoint::y

Current y-coordinate of this cursor.

◆ state

TouchPointState kanzi::qnx::TouchPoint::state

Current state of this cursor.


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