|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "addons/binary-addons/AddonInstanceHandler.h"#include "addons/binary-addons/BinaryAddonBase.h"#include "addons/kodi-addon-dev-kit/include/kodi/addon-instance/Peripheral.h"#include "addons/kodi-addon-dev-kit/include/kodi/addon-instance/PeripheralUtils.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 |
| Controller configuration window. | |
| 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 |