xbmc
Public Member Functions | Protected Attributes | List of all members
KODI::JOYSTICK::CAxisFeature Class Reference
Inheritance diagram for KODI::JOYSTICK::CAxisFeature:
Inheritance graph
[legend]
Collaboration diagram for KODI::JOYSTICK::CAxisFeature:
Collaboration graph
[legend]

Public Member Functions

 CAxisFeature (const FeatureName &name, IInputHandler *handler, IButtonMap *buttonMap)
 
bool OnDigitalMotion (const CDriverPrimitive &source, bool bPressed) override
 A digital motion has occurred. More...
 
void ProcessMotions () override
 Process the motions that have occurred since the last invocation. More...
 
- Public Member Functions inherited from KODI::JOYSTICK::CJoystickFeature
 CJoystickFeature (const FeatureName &name, IInputHandler *handler, IButtonMap *buttonMap)
 
virtual bool OnAnalogMotion (const CDriverPrimitive &source, float magnitude)=0
 An analog motion has occurred. More...
 
bool AcceptsInput (bool bActivation)
 Check if the input handler is accepting input. More...
 

Protected Attributes

CFeatureAxis m_axis
 
float m_state = 0.0f
 
- Protected Attributes inherited from KODI::JOYSTICK::CJoystickFeature
const FeatureName m_name
 
IInputHandler *const m_handler
 
IButtonMap *const m_buttonMap
 
const bool m_bEnabled
 

Additional Inherited Members

- Protected Member Functions inherited from KODI::JOYSTICK::CJoystickFeature
void ResetMotion ()
 Reset motion timer.
 
void StartMotion ()
 Start the motion timer.
 
bool InMotion () const
 Check if the feature is in motion.
 
unsigned int MotionTimeMs () const
 Get the time for which the feature has been in motion.
 

Member Function Documentation

◆ OnDigitalMotion()

bool CAxisFeature::OnDigitalMotion ( const CDriverPrimitive source,
bool  bPressed 
)
overridevirtual

A digital motion has occurred.

Parameters
sourceThe source of the motion. Must be digital (button or hat)
bPressedTrue for press motion, false for release motion
Returns
true if the motion was handled, false otherwise

Implements KODI::JOYSTICK::CJoystickFeature.

◆ ProcessMotions()

void CAxisFeature::ProcessMotions ( )
overridevirtual

Process the motions that have occurred since the last invocation.

This allows features with motion on multiple driver primitives to call their handler once all driver primitives are accounted for.

Implements KODI::JOYSTICK::CJoystickFeature.


The documentation for this class was generated from the following files: