Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "addons/binary-addons/AddonInstanceHandler.h"
#include "addons/kodi-dev-kit/include/kodi/addon-instance/Peripheral.h"
#include "input/joysticks/JoystickTypes.h"
#include "peripherals/PeripheralTypes.h"
#include "threads/CriticalSection.h"
#include "threads/SharedSection.h"
#include <map>
#include <memory>
#include <vector>
Classes | |
class | PERIPHERALS::CPeripheralAddon |
Namespaces | |
namespace | KODI |
namespace | KODI::JOYSTICK |
namespace | PERIPHERALS |
Typedefs | |
typedef std::vector< kodi::addon::DriverPrimitive > | PERIPHERALS::PrimitiveVector |
typedef std::map< KODI::JOYSTICK::FeatureName, kodi::addon::JoystickFeature > | PERIPHERALS::FeatureMap |