mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-07 11:28:13 +01:00
Add missing VPAD rumble functions to the vpad/input.h
This commit is contained in:
parent
c3c8ce30fe
commit
9dfb7d5344
@ -216,6 +216,13 @@ void
|
||||
VPADGetTPCalibratedPoint(uint32_t chan,
|
||||
VPADTouchData *calibratedData,
|
||||
VPADTouchData *uncalibratedData);
|
||||
|
||||
int32_t
|
||||
VPADBASEGetMotorOnRemainingCount(uint32_t chan);
|
||||
|
||||
int32_t
|
||||
VPADBASESetMotorOnRemainingCount(uint32_t chan,
|
||||
int32_t counter);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user