mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-08 11:15:46 -05:00
wpad: Add WPADControlMotor
This commit is contained in:
@@ -279,6 +279,15 @@ void
|
||||
WPADRead(WPADChan chan,
|
||||
void *data);
|
||||
|
||||
/**
|
||||
* Controls the associated WPADChan's rumble motor.
|
||||
* Set rumbleStatus to 1 for rumble.
|
||||
* Set rumbleStatus to 0 for no rumble.
|
||||
*/
|
||||
void
|
||||
WPADControlMotor(WPADChan chan,
|
||||
uint32_t rumbleStatus);
|
||||
|
||||
void
|
||||
WPADSetAutoSleepTime(uint8_t time);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user