sdl2 icon indicating copy to clipboard operation
sdl2 copied to clipboard

Results 3 sdl2 issues
Sort by recently updated
recently updated
newest added

Hello, Thanks for developing this module. I would like to use GAMECONTROLLER section of SDL. But I don't know how to install SDL to work with flutter. Currently I get...

Code: ```dart if (sdlInit(SDL_INIT_VIDEO) != 0) { print(sdlGetError()); } ``` Logs: ```sh Unhandled exception: Invalid argument(s): Failed to load dynamic library 'libSDL2.dylib': dlopen(libSDL2.dylib, 0x0001): tried: 'libSDL2.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibSDL2.dylib'...

Erro on windows 11 ![image](https://user-images.githubusercontent.com/5016971/210436944-a4a01cd6-104e-4c37-a291-cc7cf982b242.png)