kodi
Public Attributes | List of all members
game_controller_layout Struct Reference

"C" Game add-on controller layout. More...

#include <game.h>

Public Attributes

char * controller_id
 
bool provides_input
 
char ** digital_buttons
 
unsigned int digital_button_count
 
char ** analog_buttons
 
unsigned int analog_button_count
 
char ** analog_sticks
 
unsigned int analog_stick_count
 
char ** accelerometers
 
unsigned int accelerometer_count
 
char ** keys
 
unsigned int key_count
 
char ** rel_pointers
 
unsigned int rel_pointer_count
 
char ** abs_pointers
 
unsigned int abs_pointer_count
 
char ** motors
 
unsigned int motor_count
 

Detailed Description

"C" Game add-on controller layout.

Structure used to interface in "C" between Kodi and Addon.

See AddonGameControllerLayout for description of values.


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