Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
game_input_port Struct Reference

Port that can provide input. More...

#include <kodi_game_types.h>

Public Attributes

GAME_PORT_TYPE type
 
const char * port_id
 
game_input_deviceaccepted_devices
 
unsigned int device_count
 

Detailed Description

Port that can provide input.

Ports can accept multiple devices and devices can have multiple ports, so the topology of possible configurations is a tree structure of alternating port and device nodes.

Member Data Documentation

◆ accepted_devices

game_input_device* game_input_port::accepted_devices

◆ device_count

unsigned int game_input_port::device_count

◆ port_id

const char* game_input_port::port_id

◆ type

GAME_PORT_TYPE game_input_port::type

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