SDL
SDL copied to clipboard
Simple Directmedia Layer
Is works on all my devices - but not on new iPhone12 with latest update iOS 15.0.2 I just create minimal test example based on testsprite2.c here link [https://github.com/leanid/SDL/blob/message-box-ios-15-bug/test/testsprite2.c](https://github.com/leanid/SDL/blob/message-box-ios-15-bug/test/testsprite2.c) Once...
Several games (including Source and GoldSrc games, and Bioshock Infinite) attempt to "fake" relative mouse mode by repeatedly warping the cursor to the centre of the screen. Since mouse warping...
Updates the Wayland core protocol spec file and adds support for the new axis_value120 event to support high resolution scroll wheels. This new event replaces axis_discrete in version 8 of...
I have two displays, one of them rotated 90°. Any SDL application works good in fullscreen, but, after closing or returning to windowed mode, system shows same picture on both...
A minor change is required for SDL2 to support QEMU Virgil 3D on macOS. Virgil 3D manages OpenGL context with FBO and for Apple OpenGL it seems to require window...
1. solve FIXMEs in SDL_GetDisplayBounds and SDL_GetDisplayUsableBounds by returning SDL_InvalidParamError("rect") in case rect is NULL 2. consistently check against __ANDROID__ (instead of ANDROID) 3. add SDL_ContextNotSupported to create error message...
## Description XRandR supports applying transformations to an output's picture including changes to scale. Such scaling is used by some desktop environments under feature names such as "fractional scaling" to...
Tested on SDL 2.0.21 (072db7b005ee19f8e53fd4d41491d6af8aa25790) on the RPI4 (Raspberry PI OS Buster) using KMSDRM video backend. SDL Configured with: `./configure --enable-video-kmsdrm --disable-video-rpi --disable-video-vulkan` The code example below will print the...
_Originally posted by @bavison in https://github.com/libsdl-org/SDL-1.2/issues/777#issuecomment-871726562_: I think I can see what's happened. In SDL 2.0, the way `BlitRGBtoRGBPixelAlpha()` handled the alpha channel changed in an incompatible way. To be...
# This bug report was migrated from our old Bugzilla tracker. These attachments are available in the static archive: * ~~[patch for Android interface version (android_interface_version_patch.diff, text/plain, 2014-10-19 21:23:36 +0000,...