Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
import "Input_Gamecontroller.h"
#include "addons/kodi-dev-kit/include/kodi/addon-instance/peripheral/PeripheralUtils.h"
#include "threads/CriticalSection.h"
#include "utils/log.h"
import "platform/darwin/peripherals/InputKey.h"
import "platform/darwin/peripherals/PeripheralBusGCControllerManager.h"
#include <mutex>
import <Foundation/Foundation.h>
import <GameController/GameController.h>
Classes | |
struct | PlayerControllerState |
Variables | |
struct PlayerControllerState | controllerState [4] |
CBPeripheralBusGCControllerManager * | cbmanager |
CCriticalSection | m_GCMutex |
CCriticalSection | m_controllerMutex |
CBPeripheralBusGCControllerManager* cbmanager |
struct PlayerControllerState controllerState[4] |
CCriticalSection m_controllerMutex |
CCriticalSection m_GCMutex |