Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches

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.
 

Detailed Description

An absolute pointer event, such as a touchscreen or tablet motion.

Member Data Documentation

◆ pressed

bool game_abs_pointer_event::pressed

True if the pointer is pressed, false if it is released.

◆ x

float game_abs_pointer_event::x

The absolute X position of the pointer.

◆ y

float game_abs_pointer_event::y

The absolute Y position of the pointer.


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