![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "JoystickMapper.h"
#include "input/actions/ActionIDs.h"
#include "input/actions/ActionTranslator.h"
#include "input/joysticks/JoystickTranslator.h"
#include "input/joysticks/JoystickUtils.h"
#include "input/WindowKeymap.h"
#include "utils/StringUtils.h"
#include "utils/XBMCTinyXML.h"
#include <algorithm>
#include <sstream>
#include <utility>
Macros | |
#define | JOYSTICK_XML_NODE_PROFILE "profile" |
#define | JOYSTICK_XML_ATTR_DIRECTION "direction" |
#define | JOYSTICK_XML_ATTR_HOLDTIME "holdtime" |
#define | JOYSTICK_XML_ATTR_HOTKEY "hotkey" |
#define JOYSTICK_XML_ATTR_DIRECTION "direction" |
#define JOYSTICK_XML_ATTR_HOLDTIME "holdtime" |
#define JOYSTICK_XML_ATTR_HOTKEY "hotkey" |
#define JOYSTICK_XML_NODE_PROFILE "profile" |