mirror of https://github.com/libsdl-org/SDL
Simple Directmedia Layer
https://libsdl.org/
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() isZoomed returns true if the window has the size and position that it would if it were maximized, so we need to check to see if our floating state matches that before saying we're zoomed. This fixes calling zoom:nil on a borderless resizable window that was created with the same size as the usable desktop area, which happens to also be the maximized state. Fixes https://github.com/libsdl-org/SDL/issues/12228 |
6 hours ago | |
---|---|---|
.github | 13 hours ago | |
VisualC | 2 days ago | |
VisualC-GDK | 2 days ago | |
Xcode | 2 days ago | |
android-project | 1 week ago | |
build-scripts | 2 days ago | |
cmake | 1 month ago | |
docs | 4 days ago | |
examples | 15 hours ago | |
include | 14 hours ago | |
src | 6 hours ago | |
test | 9 hours ago | |
wayland-protocols | 5 days ago | |
.clang-format | 11 months ago | |
.clang-tidy | 2 years ago | |
.editorconfig | 8 months ago | |
.gitignore | 4 months ago | |
.wikiheaders-options | 4 weeks ago | |
Android.mk | 1 month ago | |
BUGS.txt | 1 month ago | |
CMakeLists.txt | 2 days ago | |
CREDITS.md | 1 month ago | |
INSTALL.md | 1 month ago | |
LICENSE.txt | 2 months ago | |
README.md | 1 month ago | |
WhatsNew.txt | 1 month ago |
README.md
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)