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. | |
Struct representing cursor data.
|
explicitdefault |
Constructor.
| int kanzi::evdev::CursorData::id |
Tracking id for the cursor.
| float kanzi::evdev::CursorData::x |
The current x axis position for the cursor.
| float kanzi::evdev::CursorData::y |
The current y axis position for the cursor.
| TouchPointState kanzi::evdev::CursorData::state |
The current cursor state.