SDL2 for the Nintendo Wii U (build with "cmake [SDL source path] -DCMAKE_TOOLCHAIN_FILE=$WUT_ROOT/share/wut.toolchain.cmake -DCMAKE_INSTALL_PREFIX=$DEVKITPRO/portlibs/wiiu")
Go to file
2021-11-11 07:13:29 -08:00
.github CI: disable fail-fast to avoid aborting build when one platform fails 2021-11-08 20:14:08 -06:00
acinclude
android-project
android-project-ant
build-scripts fnsince.pl: Report unreleased APIs as part of the next release version. 2021-11-10 15:40:27 -05:00
cmake video: Add SDL_SetWindowMouseRect. 2021-11-08 14:16:54 -08:00
debian
docs Added documentation that the UIApplicationSupportsIndirectInputEvents key must be set to true 2021-11-09 20:32:16 -08:00
include Added support for /dev/input/js* on Linux 2021-11-10 20:02:25 -08:00
src Fixed mapping for PS4 controller when using the classic Joystick 2021-11-11 07:13:29 -08:00
test Fixed infinite loop in SDL_vsnprintf() if the format string is too large for the output buffer 2021-11-10 09:48:49 -08: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
autogen.sh
BUGS.txt
cmake_uninstall.cmake.in
CMakeLists.txt cmake: use generated SDL_config.h to build SDLmain static lib 2021-11-09 11:13:52 -05:00
configure regenerated configure script. 2021-11-09 02:30:28 +03:00
configure.ac regenerated configure script. 2021-11-09 02:30:28 +03:00
CREDITS.txt
INSTALL.txt
LICENSE.txt
Makefile.in Install SDL_hidapi.h 2021-11-08 20:35:56 -08:00
Makefile.minimal added src/hidapi/*.c to sources in standalone makefiles 2021-11-09 10:00:24 +03:00
Makefile.os2
Makefile.pandora added src/hidapi/*.c to sources in standalone makefiles 2021-11-09 10:00:24 +03:00
Makefile.psp added src/hidapi/*.c to sources in standalone makefiles 2021-11-09 10:00:24 +03:00
Makefile.wiz added src/hidapi/*.c to sources in standalone makefiles 2021-11-09 10:00:24 +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 Added support for /dev/input/js* on Linux 2021-11-10 20:02:25 -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)