1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 13:30:45 +00:00
serenity/Ports/SDL2/patches
Jelle Raaijmakers 055f78f528 Ports: Update SDL2 scancode mapping
This was broken since c8f27d7cb8 introduced a new enum value in
between existing values. Since the Serenity platform support in SDL2
relied on a sequential array index, a lot of keys were now incorrectly
mapped.

This introduces a new way to map Serenity `KeyCode` to SDL2's scancode
constants that is less prone to breaking in the future.
2024-01-14 15:06:37 -07:00
..
0001-Add-SerenityOS-platform-support.patch Ports: Update SDL2 scancode mapping 2024-01-14 15:06:37 -07: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