sdl_gamepad 1.1.1 sdl_gamepad: ^1.1.1 copied to clipboard
A Dart-friendly, cross-platform gamepads API that wraps SDL3 via the sdl3 package
1.1.1 #
- Bumped package:sdl3 0.1.34 -> 0.1.44
1.1.0 #
- Added
GamepadState.leftJoystickButton
andGamepadState.rightJoystickButton
- Added
GamepadState.getConnectionState()
1.0.2 #
- Fixed code typo in the README
1.0.1 #
- Fixed issue where SDL would prevent the app from closing or hot-reloading.
1.0.0 #
- Initial version.