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

Use enhanced enums instead of the current BitmaskConverter #5

Closed LuanRoger closed 2 years ago

LuanRoger commented 2 years ago

The Enhanced enums from Dart 2.17 is more convinient and fit better than the current solution in:

References

Dart Enhanced Enum Classes - Feature Specification Dart 2.17: Productivity and integration - Medium

LuanRoger commented 2 years ago