| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include "ButtonMapping.h"#include "ServiceBroker.h"#include "games/controllers/Controller.h"#include "games/controllers/ControllerManager.h"#include "games/controllers/input/PhysicalFeature.h"#include "input/actions/ActionIDs.h"#include "input/joysticks/DriverPrimitive.h"#include "input/joysticks/JoystickUtils.h"#include "input/joysticks/interfaces/IButtonMap.h"#include "input/joysticks/interfaces/IButtonMapper.h"#include "input/keyboard/Key.h"#include "input/keymaps/interfaces/IKeymap.h"#include "peripherals/PeripheralTypes.h"#include "peripherals/Peripherals.h"#include "peripherals/devices/Peripheral.h"#include "utils/log.h"#include <chrono>#include <utility>#include <vector>Variables | |
| constexpr unsigned int | MAPPING_COOLDOWN_MS = 50 | 
      
  | 
  constexpr |