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

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: