dart_sdl 0.3.2
dart_sdl: ^0.3.2 copied to clipboard
Dart bindings for SDL.
Changelog #
0.3.2 #
Added #
- SDL_Delay
- SDL_GetKeyboardFocus
- SDL_GetKeyboardState
- SDL_GetKeyFromName
- SDL_GetKeyFromScancode
- SDL_GetKeyName
- SDL_GetModState
- SDL_GetScancodeFromKey
- SDL_GetScancodeFromName
- SDL_GetScancodeName
- SDL_HasScreenKeyboardSupport
- SDL_IsScreenKeyboardShown
- SDL_IsTextInputActive
- SDL_Keymod
- SDL_SetModState
- SDL_StartTextInput
- SDL_StopTextInput
Changed #
- Changed the constructor for the
KeyboardKey
class. - Changed
KeyboardKey.modifiers
to a list ofKeyMod
values.
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.