Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages

An accelerometer event. More...

#include <game.h>

Public Attributes

float x
 The accelerometer X axis, from -1.0 to 1.0.
 
float y
 The accelerometer Y axis, from -1.0 to 1.0.
 
float z
 The accelerometer Z axis, from -1.0 to 1.0.
 

Detailed Description

An accelerometer event.

Member Data Documentation

◆ x

float game_accelerometer_event::x

The accelerometer X axis, from -1.0 to 1.0.

◆ y

float game_accelerometer_event::y

The accelerometer Y axis, from -1.0 to 1.0.

◆ z

float game_accelerometer_event::z

The accelerometer Z axis, from -1.0 to 1.0.


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