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

Peripheral types
Types used to identify wanted peripheral. More...

Typedefs

typedef enum PERIPHERAL_TYPE PERIPHERAL_TYPE
 

Enumerations

enum  PERIPHERAL_TYPE { PERIPHERAL_TYPE_UNKNOWN , PERIPHERAL_TYPE_JOYSTICK , PERIPHERAL_TYPE_KEYBOARD , PERIPHERAL_TYPE_MOUSE }
 

Detailed Description

Peripheral types
Types used to identify wanted peripheral.

Typedef Documentation

◆ PERIPHERAL_TYPE

Enumeration Type Documentation

◆ PERIPHERAL_TYPE

Enumerator
PERIPHERAL_TYPE_UNKNOWN 

Type declared as unknown.

PERIPHERAL_TYPE_JOYSTICK 

Type declared as joystick.

PERIPHERAL_TYPE_KEYBOARD 

Type declared as keyboard.

PERIPHERAL_TYPE_MOUSE 

Type declared as mouse.