SDL icon indicating copy to clipboard operation
SDL copied to clipboard

Simple Directmedia Layer

Results 1091 SDL issues
Sort by recently updated
recently updated
newest added

SDL2 mysteriously started reporting spurious keyboard events, then mysteriously went back to normal about 28 hours later. ``` Real SDL2 Seconds ==== ==== ======= ↓RCTRL ↓RCTRL 19.337 ↓RALT ↓RALT 24.903...

examples/renderer/15-cliprect draws a single texture with a dstrect of NULL to fill the window, with a cliprect sliding around each frame. In the software backend, this is causing the texture...

Hello there, I've a small proposal for SDL3 here. There is the already well known SDL_LoadFile function which comes in very handy. But it would be also very handy, to...

Right now ShowMessageBox always tries to create a Wayland message box before X11 one and in the process ends up calling SetError. The official SDL examples pass the return value...

All SDL2 versions after 2.30.4 result in the same error, see below: ```LD_PRELOAD=libSDL2-2.0.so.0.3000.7 emulationstation --debug 2024-09-08 19:03:14 INFO EmulationStation - v39, built Aug 20 2024 - 20:28:10 2024-09-08 19:03:14 DEBUG...

On Linux in particular, it is easy to accidentally configure SDL without video or audio capabilities if the user does not install the necessary dependency libraries. A sanity check that...

I've set everything offf: set(SDL_RENDER FALSE CACHE BOOL "" FORCE) set(SDL_OPENGL FALSE CACHE BOOL "" FORCE) set(SDL_OPENGLES FALSE CACHE BOOL "" FORCE) set(SDL_RENDER_VULKAN FALSE CACHE BOOL "" FORCE) set(SDL_RENDER_METAL FALSE...

## Description Use hidden uxtheme.dll and user32.dll functions for darkmode instead of using DwmSetWindowAttribute. Fixes context menu on title bar. ![image](https://github.com/user-attachments/assets/6990a489-9067-4aef-8a2e-ca824632a2c6) ## Notes I couldn't find function to get Windows...

The 2.30.10 mingw release includes debug symbols, so the DLL is huge (12865 KB vs 2231 KB in 2.30.9). Can we strip it before archiving for release?

Surprisingly, the zip itself is marked as clean by the virustotal tool, but when uploading just the DLL, it's flagged as containing the Rugmi trojan. I couldn't find any mention...