Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
An absolute pointer event, such as a touchscreen or tablet motion. More...
#include <game.h>
Public Attributes | |
bool | pressed |
True if the pointer is pressed, false if it is released. | |
float | x |
The absolute X position of the pointer. | |
float | y |
The absolute Y position of the pointer. | |
An absolute pointer event, such as a touchscreen or tablet motion.
bool game_abs_pointer_event::pressed |
True if the pointer is pressed, false if it is released.
float game_abs_pointer_event::x |
The absolute X position of the pointer.
float game_abs_pointer_event::y |
The absolute Y position of the pointer.