Kanzi 4.0.0-beta2
kanzi::evdev::CursorData Struct Reference

Struct representing cursor data. More...

#include <kanzi/core.ui/platform/input_ng/evdev/cursor_data.hpp>

Public Member Functions

 CursorData ()=default
 Constructor.
 

Public Attributes

int id
 Tracking id for the cursor.
 
TouchPointState state
 The current cursor state.
 
float x
 The current x axis position for the cursor.
 
float y
 The current y axis position for the cursor.
 

Detailed Description

Struct representing cursor data.

Since
Kanzi 3.9.13

Constructor & Destructor Documentation

◆ CursorData()

kanzi::evdev::CursorData::CursorData ( )
explicitdefault

Constructor.

Member Data Documentation

◆ id

int kanzi::evdev::CursorData::id

Tracking id for the cursor.

◆ x

float kanzi::evdev::CursorData::x

The current x axis position for the cursor.

◆ y

float kanzi::evdev::CursorData::y

The current y axis position for the cursor.

◆ state

TouchPointState kanzi::evdev::CursorData::state

The current cursor state.


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