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. | |
Structure representing an individual touch point (cursor).
| int kanzi::qnx::TouchPoint::id |
ID of this cursor.
| int kanzi::qnx::TouchPoint::x |
Current x-coordinate of this cursor.
| int kanzi::qnx::TouchPoint::y |
Current y-coordinate of this cursor.
| TouchPointState kanzi::qnx::TouchPoint::state |
Current state of this cursor.