issues
search
LuanRoger
/
xinput_gamepad
🎮 Add support to XInput controllers with Win32 API.
https://pub.dev/packages/xinput_gamepad
MIT License
6
stars
2
forks
source link
Minor fixes
#7
Closed
LuanRoger
closed
1 year ago
LuanRoger
commented
1 year ago
Fix crash from unknow state at initialization.
_lastButtonsBitmask
can't be null, it is 0 by default.
onReleaseButton
dont get not mapped buttons.
[BREAKING CHANGE]
onReleaseButton
get more than one release per state.
Need to update the callback signature to fix.
Fix boken changes and update examples pubspecs.
_lastButtonsBitmask
can't be null, it is 0 by default.onReleaseButton
dont get not mapped buttons.onReleaseButton
get more than one release per state.