Simple DirectMedia Layer https://libsdl.org
Find a file
2021-11-18 15:56:16 -05:00
.github Fixing compilation errors for VS2019 Clang toolset (fixes #4702) 2021-11-18 03:28:00 +03:00
acinclude
android-project Updated Android build environment for examples 2021-11-15 17:04:50 -08:00
android-project-ant
build-scripts fnsince.pl: SDL_UnregisterApp() also arrived in 2.0.2. 2021-11-18 15:34:29 -05:00
cmake cmake: Sync build config options with autotools 2021-11-16 16:51:38 -08:00
debian updated linux dependencies for libXfixes-devel. 2021-11-12 15:55:50 +03:00
docs Renamed README-macosx.md to README-macos.md 2021-11-14 23:35:50 -05:00
include include: Improved documentation of SDL_RegisterApp and SDL_UnregisterApp. 2021-11-18 15:56:16 -05:00
src wayland: Add support for display connect/disconnect events 2021-11-18 00:44:08 -05:00
test testmessage: Fix overread of stack variable 2021-11-13 13:05:02 -06:00
VisualC
VisualC-WinRT
visualtest
wayland-protocols
Xcode We're no longer building a separate shared library for hidapi 2021-11-09 05:40:57 -08:00
Xcode-iOS Added documentation that the UIApplicationSupportsIndirectInputEvents key must be set to true 2021-11-09 20:32:16 -08:00
.gitignore
Android.mk mark Android.mk as non-executable 2021-11-12 12:55:28 +03:00
autogen.sh
BUGS.txt
cmake_uninstall.cmake.in
CMakeLists.txt Fixing compilation errors for VS2019 Clang toolset (fixes #4702) 2021-11-18 03:28:00 +03:00
configure autotools, cmake: don't define SDL_JOYSTICK_HIDAPI in CheckHIDAPI() 2021-11-16 23:37:20 +03:00
configure.ac autotools, cmake: don't define SDL_JOYSTICK_HIDAPI in CheckHIDAPI() 2021-11-16 23:37:20 +03:00
CREDITS.txt
INSTALL.txt
LICENSE.txt
Makefile.in Install SDL_hidapi.h 2021-11-08 20:35:56 -08:00
Makefile.minimal build libSDL2_test too with Makefile.minimal 2021-11-14 01:10:32 +03:00
Makefile.os2 os2: remove SDL_hidapi duplications in makefile, disable it in config. 2021-11-08 17:00:28 +03:00
Makefile.pandora more fixes to standalone makefiles. 2021-11-13 21:56:20 +03:00
Makefile.psp added some more missing sources to standalone makefiles. 2021-11-13 20:35:24 +03:00
Makefile.wiz more fixes to standalone makefiles. 2021-11-13 21:56:20 +03:00
README-SDL.txt
README.md
sdl2-config-version.cmake.in
sdl2-config.cmake.in
sdl2-config.in
sdl2.m4
sdl2.pc.in
SDL2.spec.in
SDL2Config.cmake
TODO.txt
WhatsNew.txt Fixed exception accessing Bluetooth devices on Android 12 2021-11-15 16:52:56 -08:00

Simple DirectMedia Layer (SDL) Version 2.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 via OpenGL and Direct3D. 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

Enjoy!

Sam Lantinga (slouken@libsdl.org)