Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
import "PeripheralBusGCControllerManager.h"
#include "peripherals/PeripheralTypes.h"
#include "utils/StringUtils.h"
#include "utils/log.h"
#include "platform/darwin/peripherals/InputKey.h"
import "platform/darwin/peripherals/Input_Gamecontroller.h"
#include "platform/darwin/peripherals/PeripheralBusGCController.h"
#include <mutex>
Variables | |
std::vector< kodi::addon::PeripheralEvent > | m_digitalEvents |
std::vector< kodi::addon::PeripheralEvent > | m_axisEvents |
CCriticalSection | m_eventMutex |
std::vector<kodi::addon::PeripheralEvent> m_axisEvents |
std::vector<kodi::addon::PeripheralEvent> m_digitalEvents |
CCriticalSection m_eventMutex |