![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "AxisConfiguration.h"
#include "AxisDetector.h"
#include "ButtonDetector.h"
#include "HatDetector.h"
#include "KeyDetector.h"
#include "MouseButtonDetector.h"
#include "PointerDetector.h"
#include "input/joysticks/DriverPrimitive.h"
#include "input/joysticks/interfaces/IButtonMapCallback.h"
#include "input/joysticks/interfaces/IDriverHandler.h"
#include "input/keyboard/interfaces/IKeyboardDriverHandler.h"
#include "input/mouse/MouseTypes.h"
#include "input/mouse/interfaces/IMouseDriverHandler.h"
#include <chrono>
#include <map>
#include <memory>
#include <stdint.h>
Classes | |
class | KODI::JOYSTICK::CButtonMapping |
Generic implementation of a class that provides button mapping by translating driver events to button mapping commands. More... | |
Namespaces | |
namespace | KODI |
namespace | KODI::KEYMAP |
namespace | KODI::JOYSTICK |