Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Interface for sending input events to game controllers. More...
#include <IInputReceiver.h>
Public Member Functions | |
virtual | ~IInputReceiver ()=default |
virtual bool | SetRumbleState (const FeatureName &feature, float magnitude)=0 |
Set the value of a rumble motor. | |
Interface for sending input events to game controllers.
|
virtualdefault |
|
pure virtual |
Set the value of a rumble motor.
feature | The name of the motor to rumble |
magnitude | The motor's new magnitude of vibration in the closed interval [0, 1] |
Implemented in KODI::JOYSTICK::CDriverReceiving, and PERIPHERALS::CAddonInputHandling.