mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-06 02:02:09 +08:00
9ceb982a63d61ea211ab6f0991c1bf2bbe430670
This avoids some misleading error messages when running unit tests with the dummy driver: on a typical desktop Linux system, it's normal for opening keyboards and mouse in `/dev/input/*` to fail with `EACCES`, and in container technologies that share `/sys` but not `/dev` with the container, we can find that we fail to open them with `ENOENT`. Resolves: https://github.com/libsdl-org/SDL/issues/14872 Signed-off-by: Simon McVittie <smcv@collabora.com>
…
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.8%
C++
6.6%
Objective-C
3.4%
CMake
1.6%
Perl
0.7%
Other
1.6%