mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-09 05:40:45 +01:00
Add missing VPAD rumble functions to the vpad/input.h
This commit is contained in:
parent
c3c8ce30fe
commit
9dfb7d5344
@ -217,6 +217,13 @@ 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
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user