mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-20 06:21:09 +00:00
3597877277a5eeb8c7d7f274819b275c12f10e4a
There is an escaped pipe character, because this ends up in a Markdown table on the wiki, and the wiki software (incorrectly, I think) sees the pipe inside a code-block and thinks it's the end of the table cell if not escaped. But this escape char looks wrong everywhere else. Keeping the parameter table terse is always a good idea, so I moved the detail out to the Remarks section, which doesn't have a problem with this character appearing in the text.
fix: Blending rendering anomaly when using the software renderer with SDL_WINDOW_TRANSPARENT on Windows. (#13866)
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)
Languages
C
85.7%
C++
6.6%
Objective-C
3.4%
CMake
1.6%
Perl
0.7%
Other
1.7%