Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
FeatureHandling.h File Reference
#include "input/joysticks/JoystickTypes.h"
#include <chrono>
#include <memory>

Classes

class  KODI::JOYSTICK::CJoystickFeature
 Base class for joystick features. More...
 
class  KODI::JOYSTICK::CScalarFeature
 
class  KODI::JOYSTICK::CFeatureAxis
 Axis of a feature (analog stick, accelerometer, etc) More...
 
class  KODI::JOYSTICK::CAxisFeature
 
class  KODI::JOYSTICK::CWheel
 
class  KODI::JOYSTICK::CThrottle
 
class  KODI::JOYSTICK::CAnalogStick
 
class  KODI::JOYSTICK::CAccelerometer
 

Namespaces

namespace  KODI
 
namespace  KODI::JOYSTICK
 

Typedefs

using KODI::JOYSTICK::FeaturePtr = std::shared_ptr<CJoystickFeature>