Simple Directmedia Layer
Go to file
Cameron Gutman e13b43ac21 Don't skip sending wakeups for the current thread
We can be in a situation where we receive a win32 hook callback on the same
thread that is currently waiting. In that case, we do still need to trigger
a wakeup when an event is pushed because the hook itself won't necessarily
do that (depending on what we return from the hook).
2021-06-05 14:35:21 -07:00
.github Delete gh-pages.yml 2021-04-01 16:36:06 -04:00
acinclude
android-project Enable TV game mode by default on Android 2021-05-07 12:43:35 -07:00
android-project-ant
build-scripts config.guess, config.sub: fix permissions 2021-05-25 14:56:37 +03:00
cmake CMake: Generic check for desktop GL and EGL on Linux systems 2021-06-01 16:50:28 -07:00
debian debian: Align to debian packaging scheme 2021-04-07 13:57:23 -07:00
docs Fixed bug #4397 - update IOS documentation 2021-06-02 08:32:43 +02:00
include Implement bare minimum for SDL_FlashWindow 2021-06-04 15:07:55 -07:00
src Don't skip sending wakeups for the current thread 2021-06-05 14:35:21 -07:00
test Updated copyright date 2021-06-04 14:34:21 -07:00
VisualC
VisualC-WinRT
visualtest
wayland-protocols wayland: Implement RaiseWindow with xdg-activation 2021-06-02 12:59:07 -07:00
Xcode minor watcom build fixes. 2021-05-15 00:22:50 +03:00
Xcode-iOS
.gitignore git: Ignore debian generated files 2021-04-05 15:38:32 -04:00
Android.mk minor watcom build fixes. 2021-05-15 00:22:50 +03:00
autogen.sh bump minimum required autoconf version and revise autogen.sh 2021-04-14 23:20:40 +03:00
BUGS.txt
cmake_uninstall.cmake.in
CMakeLists.txt CMake: Generic check for desktop GL and EGL on Linux systems 2021-06-01 16:50:28 -07:00
configure Generic check for desktop GL and EGL on Linux systems 2021-05-05 15:19:55 -07:00
configure.ac Generic check for desktop GL and EGL on Linux systems 2021-05-05 15:19:55 -07:00
CREDITS.txt
INSTALL.txt development list has moved to forum 2021-06-01 16:49:13 -07:00
LICENSE.txt
Makefile.in
Makefile.minimal
Makefile.os2 minor update to os2 makefile. (binary output doesn't change.) 2021-05-15 00:50:20 +03:00
Makefile.pandora
Makefile.psp
Makefile.wiz
README-SDL.txt
README.md
sdl2-config-version.cmake.in
sdl2-config.cmake.in
sdl2-config.in
sdl2.m4
sdl2.pc.in rename PKG_CONFIG_LIBS_PRIV to PKGCONFIG_LIBS_PRIV 2021-04-14 21:40:50 +03:00
SDL2.spec.in
SDL2Config.cmake
TODO.txt Fixed up legacy MoinMoin URLs at wiki.libsdl.org 2021-04-01 12:20:33 -04:00
WhatsNew.txt

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)