sdl icon indicating copy to clipboard operation
sdl copied to clipboard

Official SDL2 bindings for V

Results 2 sdl issues
Sort by recently updated
recently updated
newest added

**V version:** does not apply **OS:** does not apply **What did you do?** I tried to translate the following code ```c static void* sdlNativeWindowHandle(SDL_Window* _window) { SDL_SysWMinfo wmi; SDL_VERSION(&wmi.version); if...

Hello, nice job. Would you consider offering the possibility to statically link sdl to the binary ? Maybe its but I'm missing something. Thanks!