serenity/Ports/SDL2/patches
Refrag 33b772a7fa Ports: Implement SDL2 mouse warping
This patch implements the mouse warping functionality of SDL2.
This adds a WarpMouse function implementation to the SDL2 port.
SDL2 will then be able to use this for it's relative mouse mode
implementation.

With this, multiple ports depending on SDL2 now correctly lock the
mouse inside the window and it improves the experience significantly.

Note that as of now, you may need to pass the kernel argument
'vmmouse=off' in order to test these changes properly.
2024-02-20 00:20:18 +01:00
..
0001-Add-SerenityOS-platform-support.patch Ports: Implement SDL2 mouse warping 2024-02-20 00:20:18 +01:00
ReadMe.md Ports/SDL2: Update to version 2.28.2 2023-08-24 12:26:19 +02:00

Patches for SDL2 on SerenityOS

0001-Add-SerenityOS-platform-support.patch

Add SerenityOS platform support