mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-08 12:30:39 +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,
|
VPADGetTPCalibratedPoint(uint32_t chan,
|
||||||
VPADTouchData *calibratedData,
|
VPADTouchData *calibratedData,
|
||||||
VPADTouchData *uncalibratedData);
|
VPADTouchData *uncalibratedData);
|
||||||
|
|
||||||
|
int32_t
|
||||||
|
VPADBASEGetMotorOnRemainingCount(uint32_t chan);
|
||||||
|
|
||||||
|
int32_t
|
||||||
|
VPADBASESetMotorOnRemainingCount(uint32_t chan,
|
||||||
|
int32_t counter);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user