Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
An analog stick event, such as a joystick's motion. More...
#include <game.h>
Public Attributes | |
float | x |
The position of the stick along the X axis, from -1.0 to 1.0. | |
float | y |
The position of the stick along the Y axis, from -1.0 to 1.0. | |
An analog stick event, such as a joystick's motion.
float game_analog_stick_event::x |
The position of the stick along the X axis, from -1.0 to 1.0.
float game_analog_stick_event::y |
The position of the stick along the Y axis, from -1.0 to 1.0.