![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Interface for sending input events to joystick drivers. More...
#include <IDriverReceiver.h>
Public Member Functions | |
virtual | ~IDriverReceiver ()=default |
virtual bool | SetMotorState (unsigned int motorIndex, float magnitude)=0 |
Set the value of a rumble motor. | |
Interface for sending input events to joystick drivers.
|
virtualdefault |
|
pure virtual |
Set the value of a rumble motor.
motorIndex | The driver index of the motor to rumble |
magnitude | The motor's new magnitude of vibration in the closed interval [0, 1] |
Implemented in PERIPHERALS::CPeripheralJoystick.