Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "games/controllers/ControllerTypes.h"
#include "games/controllers/types/ControllerNode.h"
#include <string>
#include <vector>
Classes | |
class | KODI::GAME::CPortNode |
Collection of nodes that can be connected to this port. More... | |
Namespaces | |
namespace | KODI |
namespace | KODI::GAME |
Typedefs | |
using | KODI::GAME::PortVec = std::vector<CPortNode> |
Collection of port nodes. | |