Simple DirectMedia Layer https://libsdl.org
Find a file
Sam Lantinga 379c47cc75 Revert "Fix lost KEY_UP events with multiple keyboards using shared scancode state (#14446)"
This reverts commit 3dab15d3b4.

With this commit any repeated key will be reported as held down indefinitely.
2025-11-12 11:51:34 -08:00
.github release: don't use legacy Android CMake toolchain file 2025-11-11 21:46:26 +01:00
android-project
build-scripts
cmake
docs
examples
include Updated SDL_GPUVulkanOptions documentation 2025-11-11 20:49:14 -08:00
src Revert "Fix lost KEY_UP events with multiple keyboards using shared scancode state (#14446)" 2025-11-12 11:51:34 -08:00
test
VisualC Added support for the new Steam Controller 2025-11-12 11:32:32 -08:00
VisualC-GDK
wayland-protocols
Xcode Added support for the new Steam Controller 2025-11-12 11:32:32 -08:00
.clang-format
.clang-tidy
.editorconfig
.gitignore
.wikiheaders-options
Android.mk android: remove dependency on cpu-features.h 2025-11-11 23:41:43 +00:00
BUGS.txt
CMakeLists.txt android: remove dependency on cpu-features.h 2025-11-11 23:41:43 +00:00
CREDITS.md
INSTALL.md
LICENSE.txt
README.md
WhatsNew.txt

Simple DirectMedia Layer (SDL for short) is a cross-platform library designed to make it easy to write multi-media software, such as games and emulators.

You can find the latest release and additional information at: https://www.libsdl.org/

Installation instructions and a quick introduction is available in INSTALL.md

This library is distributed under the terms of the zlib license, available in LICENSE.txt.

Enjoy!

Sam Lantinga (slouken@libsdl.org)