|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "ButtonMapping.h"#include "games/controllers/Controller.h"#include "games/controllers/ControllerFeature.h"#include "games/controllers/ControllerManager.h"#include "input/joysticks/interfaces/IButtonMap.h"#include "input/joysticks/interfaces/IButtonMapper.h"#include "input/joysticks/DriverPrimitive.h"#include "input/joysticks/JoystickTranslator.h"#include "input/joysticks/JoystickUtils.h"#include "input/InputTranslator.h"#include "input/IKeymap.h"#include "input/Key.h"#include "threads/SystemClock.h"#include "utils/log.h"#include "ServiceBroker.h"#include <algorithm>#include <assert.h>#include <cmath>Macros | |
| #define | MAPPING_COOLDOWN_MS 50 |
| #define | AXIS_THRESHOLD 0.75f |
| #define | TRIGGER_DELAY_MS 200 |
| #define AXIS_THRESHOLD 0.75f |
| #define MAPPING_COOLDOWN_MS 50 |
| #define TRIGGER_DELAY_MS 200 |