| 
    Kodi Documentation 18.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include "input/joysticks/interfaces/IButtonMapCallback.h"#include "input/joysticks/interfaces/IDriverHandler.h"#include "input/joysticks/DriverPrimitive.h"#include "input/keyboard/interfaces/IKeyboardDriverHandler.h"#include "input/mouse/interfaces/IMouseDriverHandler.h"#include "input/mouse/MouseTypes.h"#include <map>#include <memory>#include <stdint.h>Classes | |
| class | KODI::JOYSTICK::CPrimitiveDetector | 
| Detects and dispatches mapping events.  More... | |
| class | KODI::JOYSTICK::CButtonDetector | 
| Detects when a button should be mapped.  More... | |
| class | KODI::JOYSTICK::CHatDetector | 
| Detects when a D-pad direction should be mapped.  More... | |
| struct | KODI::JOYSTICK::AxisConfiguration | 
| class | KODI::JOYSTICK::CAxisDetector | 
| Detects when an axis should be mapped.  More... | |
| class | KODI::JOYSTICK::CKeyDetector | 
| Detects when a keyboard key should be mapped.  More... | |
| class | KODI::JOYSTICK::CMouseButtonDetector | 
| Detects when a mouse button should be mapped.  More... | |
| class | KODI::JOYSTICK::CPointerDetector | 
| Detects when a mouse button should be mapped.  More... | |
| 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 | 
| Controller configuration window.  | |
| namespace | KODI::JOYSTICK |