libretro.drivers.rumble.driver¶
Protocol definition for controller rumble feedback drivers.
See also
libretro.api.rumbleThe matching
ctypestypes and callback definitions.
Classes
Protocol for drivers that drive controller rumble motors. |
- class RumbleDriver[source]¶
Bases:
ProtocolProtocol for drivers that drive controller rumble motors.
See also
libretro.api.rumbleThe matching
ctypestypes and callback definitions.
- abstractmethod set_rumble_state(port, effect, strength)[source]¶
Set the rumble state of a controller port.
- Return type:
- __init__(*args, **kwargs)¶
- classmethod __new__(*args, **kwargs)¶