|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "peripherals/PeripheralTypes.h"#include "peripherals/bus/PeripheralBus.h"#include "threads/CriticalSection.h"#include "platform/android/activity/IInputDeviceCallbacks.h"#include "platform/android/activity/IInputDeviceEventHandler.h"#include "platform/android/peripherals/AndroidJoystickState.h"#include <memory>#include <string>#include <utility>#include <vector>Classes | |
| class | PERIPHERALS::CPeripheralBusAndroid |
Namespaces | |
| namespace | PERIPHERALS |
Typedefs | |
| using | PERIPHERALS::PeripheralBusAndroidPtr = std::shared_ptr< CPeripheralBusAndroid > |