|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "DeadzoneFilter.h"#include "JoystickIDs.h"#include "games/controllers/ControllerIDs.h"#include "input/joysticks/interfaces/IButtonMap.h"#include "peripherals/devices/Peripheral.h"#include "utils/log.h"#include <cmath>#include <vector>Macros | |
| #define | AXIS_EPSILON 0.01f |
| #define AXIS_EPSILON 0.01f |
Allowed noise for detecting discrete D-pads (value of 0.007 when centered has been observed)