|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "ControllerTree.h"#include "games/controllers/ControllerTypes.h"#include <string>#include <vector>Classes | |
| struct | KODI::GAME::ControllerVertex |
| Vertex in the grid of controllers. More... | |
| struct | KODI::GAME::ControllerColumn |
| Column of controllers in the grid. More... | |
| class | KODI::GAME::CControllerGrid |
| Class to encapsulate grid operations. More... | |
Namespaces | |
| namespace | KODI |
| namespace | KODI::GAME |
Typedefs | |
| using | KODI::GAME::ControllerGrid = std::vector< ControllerColumn > |
| Collection of controllers in a grid layout. | |