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

Driver primitive struct. More...

#include <peripheral.h>

Public Attributes

JOYSTICK_DRIVER_PRIMITIVE_TYPE type
 
union { 
 
   struct JOYSTICK_DRIVER_BUTTON   button 
 
   struct JOYSTICK_DRIVER_HAT   hat 
 
   struct JOYSTICK_DRIVER_SEMIAXIS   semiaxis 
 
   struct JOYSTICK_DRIVER_MOTOR   motor 
 
   struct JOYSTICK_DRIVER_KEY   key 
 
   struct JOYSTICK_DRIVER_MOUSE_BUTTON   mouse 
 
   struct JOYSTICK_DRIVER_RELPOINTER   relpointer 
 
};  
 

Detailed Description

Driver primitive struct.

Member Data Documentation

◆ [union]

◆ button

struct JOYSTICK_DRIVER_BUTTON JOYSTICK_DRIVER_PRIMITIVE::button

◆ hat

struct JOYSTICK_DRIVER_HAT JOYSTICK_DRIVER_PRIMITIVE::hat

◆ key

struct JOYSTICK_DRIVER_KEY JOYSTICK_DRIVER_PRIMITIVE::key

◆ motor

struct JOYSTICK_DRIVER_MOTOR JOYSTICK_DRIVER_PRIMITIVE::motor

◆ mouse

struct JOYSTICK_DRIVER_MOUSE_BUTTON JOYSTICK_DRIVER_PRIMITIVE::mouse

◆ relpointer

struct JOYSTICK_DRIVER_RELPOINTER JOYSTICK_DRIVER_PRIMITIVE::relpointer

◆ semiaxis

struct JOYSTICK_DRIVER_SEMIAXIS JOYSTICK_DRIVER_PRIMITIVE::semiaxis

◆ type

JOYSTICK_DRIVER_PRIMITIVE_TYPE JOYSTICK_DRIVER_PRIMITIVE::type

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