| 
    Kodi Documentation 22.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/actions/interfaces/IActionListener.h"#include "input/joysticks/JoystickUtils.h"#include "input/keymaps/interfaces/IKeymap.h"#include "input/keymaps/interfaces/IKeymapHandler.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 |