Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI::GAME::ControllerVertex Struct Reference

Vertex in the grid of controllers. More...

#include <ControllerGrid.h>

Public Attributes

bool bVisible = true
 
bool bConnected = false
 
ControllerPtr controller
 
PORT_TYPE portType = PORT_TYPE::UNKNOWN
 
std::string address
 
ControllerVector compatible
 

Detailed Description

Vertex in the grid of controllers.

Member Data Documentation

◆ address

std::string KODI::GAME::ControllerVertex::address

◆ bConnected

bool KODI::GAME::ControllerVertex::bConnected = false

◆ bVisible

bool KODI::GAME::ControllerVertex::bVisible = true

◆ compatible

ControllerVector KODI::GAME::ControllerVertex::compatible

◆ controller

ControllerPtr KODI::GAME::ControllerVertex::controller

◆ portType

PORT_TYPE KODI::GAME::ControllerVertex::portType = PORT_TYPE::UNKNOWN

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