Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
The input topology is the possible ways to connect input devices. More...
#include <game.h>
Public Attributes | |
game_input_port * | ports |
The list of ports on the virtual game console. | |
unsigned int | port_count |
The number of ports. | |
int | player_limit |
A limit on the number of input-providing devices, or -1 for no limit. | |
The input topology is the possible ways to connect input devices.
This represents the logical topology, which is the possible connections that the game client's logic can handle. It is strictly a subset of the physical topology. Loops are not allowed.
int game_input_topology::player_limit |
A limit on the number of input-providing devices, or -1 for no limit.
unsigned int game_input_topology::port_count |
The number of ports.
game_input_port* game_input_topology::ports |
The list of ports on the virtual game console.