0
I Use This!
Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
sdl/render: fix CopyExF() parameters not matching the native signature More... almost 4 years ago
Correct Mix_OpenAudioDevice condition (#456) More... almost 4 years ago
mix: Added binding to Mix_OpenAudioDevice (#454) More... about 4 years ago
sdl/events: change JoyDeviceAddedEvent's Which member to use JoystickID instead of int More... about 4 years ago
sdl/surface: fix a typo More... about 4 years ago
sdl/video: fix a typo More... about 4 years ago
sdl: Update TODO.md More... about 4 years ago
sdl/system: add SDL_IsTablet for 2.0.9 More... about 4 years ago
sdl/gamecontroller: add SDL_GameControllerMappingForDeviceIndex, SDL_GameControllerGetPlayerIndex, and SDL_GameControllerRumble for 2.0.9 More... about 4 years ago
sdl/joystick: add SDL_JoystickGetDevicePlayerIndex, SDL_JoystickGetPlayerIndex, and SDL_JoystickRumble for 2.0.9 More... about 4 years ago
sdl/surface: add SDL_HasColorKey for 2.0.9 More... about 4 years ago
sdl/hints: add SDL_HINT_MOUSE_DOUBLE_CLICK_TIME and SDL_HINT_MOUSE_DOUBLE_CLICK_RADIUS for 2.0.9 More... about 4 years ago
sdl/error: update errorFromInt() to return generic error if SDL2 doesn't have its own error More... about 4 years ago
sdl/cpuinfo: add SDL_HasAVX512F for 2.0.9 More... about 4 years ago
sdl/events: add SDL_DisplayEvent for 2.0.9 More... about 4 years ago
sdl/surface: implement Set() for RGBA5551, ABGR1555, BGRA5551, RGBA8888, BGRA8888 More... about 4 years ago
sdl/pixels: add RGBA5551Model, ABGR1555Model, BGRA5551Model, RGBA8888Model, BGRA8888Model More... about 4 years ago
Add openbsd to sdl_cgo.go (#443) More... about 4 years ago
sdl/surface: implement Set() for RGBA4444, BGRA4444, ARGB1555 More... about 4 years ago
sdl/pixels: add RGBA4444Model, BGRA4444Model, ARGB1555Model More... about 4 years ago
sdl/surface: implement Set() for ABGR4444 More... about 4 years ago
sdl/pixels: add ABGR4444Model More... about 4 years ago
sdl/surface: implement Set() for ARGB4444 More... about 4 years ago
sdl/pixels: add ARGB4444Model More... about 4 years ago
sdl/surface: implement Set() for BGR565 and BGR555 More... about 4 years ago
sdl/pixels: add BGR565Model and BGR555Model More... about 4 years ago
sdl/surface: implement Set() for RGB555 More... about 4 years ago
sdl/pixels: add RGB555Model More... about 4 years ago
sdl/surface: implement Set() for RGB565 More... about 4 years ago
sdl/pixels: add RGB565Model More... about 4 years ago