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

[0001-evdev-scale-tablet-coords-for-mouse.patch.txt](https://github.com/libsdl-org/SDL/files/7612321/0001-evdev-scale-tablet-coords-for-mouse.patch.txt) Hello. This patch fixes the mouse under qemu when tablet emulation is used for passing abs coords. Abs coords need to be scaled from 32767x32767 to the window resolution,...

early in milestone

As of macOS 12.0.1 HID controllers are recognised but fail to provide any input to macOS. In particular, IOHIDDeviceRegisterInputValueCallback/IOHIDDeviceRegisterInputReportCallback apparently never call callbacks with e.g. Sony DualShock 3, but likely...

Apple

Please add an API to: - enumerate mice present in the system (possibility to get their names) - get notifications if a mouse is connected or disconnected - get the...

When `CTRL` is pressed, SDL2 does not generate any `SDL_TEXTINPUT` event which mean that the code can only use the information provided in `SDL_KEYPRESS` ; that is the 'keycode' and...

Hello, Was tinkering with blitting over in pygame again and had a look at `SDL_BlitCopy()`. It currently has two hardware specific optimisation paths for SSE1 and MMX on x86 see:...

On systems with compositors, I'd expect a window configured with `SDL_GL_ALPHA_SIZE` as anything but 0 to allow one to draw windows with transparency, e.g custom window borders with borderless SDL...

# This bug report was migrated from our old Bugzilla tracker. **Reported in version:** HG 2.1 **Reported for operating system, platform:** All, All # Comments on the original bug report:...

enhancement

# This bug report was migrated from our old Bugzilla tracker. These attachments are available in the static archive: * [Updated patch (0001-emscripten-Use-emscripten_compute_dom_pk_code-for-key-.txt, text/plain, 2020-07-16 17:16:48 +0000, 24876 bytes)](https://bugzilla.libsdl.org/attachment.cgi?id=4418) **Reported...

Upgraded to Ubuntu 21.10, and noticed that Gnome offers "natural scrolling" (the reverse direction mousewheel thing that Apple does). I don't know how one accesses this information, but in theory...

I have this observed buggy behavior on SDL 1.0.21 on windows 11: 1. connect ps4 controller via usb 2. device gets recognized and HIDAPI SDL driver claims it (good!) 3....