dart_sdl 0.3.0
dart_sdl: ^0.3.0 copied to clipboard
Dart bindings for SDL.
Changelog #
0.2.0 #
Added #
- Added a binding for SDL_GetWindowFromID as
Window.fromId
.
Changed #
- Changed the return type of
Joystick.controller
toGameController?
, to account for the controller not being open, and an empty error string being present.
Removed #
- No longer cache objects.
0.1.3 #
Added #
- Added bindings for SDL_GameControllerEventState.