kodi
|
Interface for sending input events to joystick drivers. More...
#include <IDriverReceiver.h>
Public Member Functions | |
virtual bool | SetMotorState (unsigned int motorIndex, float magnitude)=0 |
Set the value of a rumble motor. More... | |
Interface for sending input events to joystick drivers.
|
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.