Closed nefarius closed 6 months ago
Slight issue on hot-connecting, there is a phase of like a second where the device is reported as connected but the axes are not zero'ed:
Slight issue on hot-connecting, there is a phase of like a second where the device is reported as connected but the axes are not zero'ed:
Fixed.
Resolves #213
Changes
Open TODOs
XInputGetExtended
API is doing jitter compensation on the axis values, shouldXInputGetState
andXInputGetStateEx
do the same? Or should it be removed entirely since v3 supports deadzone configuration? However the SCP lib uses the SXS feature report which always comes back unaltered so maybe option one makes more sense. The packet counter helper function is affected by this too, it is way too sensitive in incrementing the value while the controller is idle.