Simple Directmedia Layer
Go to file
Simon McVittie 2cfeff1505 testevdev: Associate HID reports for pedals with their other test data
This is how these globals were intended to have been used, similar to
what we already did for the Fanatec device.

Fixes: 3772d6cc "testevdev: Add raw HID report descriptors where available"
Signed-off-by: Simon McVittie <smcv@collabora.com>
2024-06-24 04:39:34 -07:00
.github
android-project
build-scripts
cmake x11: Add keymap support 2024-06-23 15:40:55 -04:00
docs The keycode in key events is affected by modifiers by default. 2024-06-22 00:19:06 -07:00
include Sort possible SDL_KeyCode values (swap SDLK_PERCENT and SDLK_DOLLAR) 2024-06-23 22:52:17 +02:00
mingw/pkg-support
src Revert "x11: Avoid excess keymap reconstruction" 2024-06-23 22:21:09 -04:00
test testevdev: Associate HID reports for pedals with their other test data 2024-06-24 04:39:34 -07:00
VisualC
VisualC-GDK
VisualC-WinRT
wayland-protocols
Xcode
.clang-format
.clang-tidy
.editorconfig
.gitignore
.wikiheaders-options
Android.mk
BUGS.txt
CMakeLists.txt Fix joystick (/dev/input/xxx) support on FreeBSD 2024-06-22 07:06:02 -07:00
CREDITS.md
INSTALL.md
LICENSE.txt
README-SDL.txt
README.md
WhatsNew.txt

Simple DirectMedia Layer (SDL) Version 3.0

https://www.libsdl.org/

Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware. It is used by video playback software, emulators, and popular games including Valve's award winning catalog and many Humble Bundle games.

More extensive documentation is available in the docs directory, starting with README.md. If you are migrating to SDL 3.0 from SDL 2.0, the changes are extensively documented in README-migration.md.

Enjoy!

Sam Lantinga (slouken@libsdl.org)