|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "KeyHandler.h"#include "input/actions/ActionIDs.h"#include "input/actions/ActionTranslator.h"#include "input/joysticks/interfaces/IKeymapHandler.h"#include "input/joysticks/JoystickUtils.h"#include "input/IKeymap.h"#include "interfaces/IActionListener.h"#include <algorithm>#include <assert.h>Macros | |
| #define | DIGITAL_ANALOG_THRESHOLD 0.5f |
| #define | HOLD_TIMEOUT_MS 500 |
| #define | REPEAT_TIMEOUT_MS 50 |
| #define DIGITAL_ANALOG_THRESHOLD 0.5f |
| #define HOLD_TIMEOUT_MS 500 |
| #define REPEAT_TIMEOUT_MS 50 |