mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-04 20:14:18 +01:00
Add more VPAD definitions
* VPADGetGyroDirReviseParam * VPADSetGyroDirReviseParam * VPADStartGyroMagRevise * VPADStopGyroMagRevise
This commit is contained in:
parent
6eb7090ee9
commit
ed3c03e9aa
@ -552,6 +552,10 @@ VPADSetRStickClampThreshold(VPADChan chan,
|
||||
int32_t max,
|
||||
int32_t min);
|
||||
|
||||
void
|
||||
VPADGetGyroDirReviseParam(VPADChan chan,
|
||||
float *param);
|
||||
|
||||
void
|
||||
VPADGetGyroZeroDriftMode(VPADChan chan,
|
||||
VPADGyroZeroDriftMode *mode);
|
||||
@ -615,6 +619,10 @@ void
|
||||
VPADSetGyroDirReviseBase(VPADChan chan,
|
||||
VPADDirection *base);
|
||||
|
||||
void
|
||||
VPADSetGyroDirReviseParam(VPADChan chan,
|
||||
float param);
|
||||
|
||||
void
|
||||
VPADSetGyroDirection(VPADChan chan,
|
||||
VPADDirection *dir);
|
||||
@ -677,6 +685,12 @@ VPADInitGyroDirReviseParam(VPADChan chan);
|
||||
void
|
||||
VPADInitGyroAccReviseParam(VPADChan chan);
|
||||
|
||||
void
|
||||
VPADStartGyroMagRevise(VPADChan chan);
|
||||
|
||||
void
|
||||
VPADStopGyroMagRevise(VPADChan chan);
|
||||
|
||||
/**
|
||||
* Initializes the zero drift mode on the desired Gamepad.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user