|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "GUIConfigurationWizard.h"#include "games/controllers/dialogs/GUIDialogAxisDetection.h"#include "games/controllers/guicontrols/GUIFeatureButton.h"#include "games/controllers/Controller.h"#include "games/controllers/ControllerFeature.h"#include "input/joysticks/interfaces/IButtonMap.h"#include "input/joysticks/interfaces/IButtonMapCallback.h"#include "input/joysticks/JoystickUtils.h"#include "input/keyboard/KeymapActionMap.h"#include "input/InputManager.h"#include "input/IKeymap.h"#include "peripherals/Peripherals.h"#include "threads/SingleLock.h"#include "utils/log.h"#include "ServiceBroker.h"Macros | |
| #define | ESC_KEY_CODE 27 |
| #define | SKIPPING_DETECTION_MS 200 |
| #define | POST_MAPPING_WAIT_TIME_MS (5 * 1000) |
| #define ESC_KEY_CODE 27 |
| #define POST_MAPPING_WAIT_TIME_MS (5 * 1000) |
| #define SKIPPING_DETECTION_MS 200 |