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/InputTranslator.h"
#include "input/actions/ActionIDs.h"
#include "input/joysticks/DriverPrimitive.h"
#include "input/joysticks/JoystickTranslator.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 "utils/log.h"
#include <algorithm>
#include <assert.h>
#include <cmath>
#include <memory>
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 |