mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-23 20:06:40 +00:00
536126fdcf6b507074f9a9240c0630e748658e1f
This allows us to avoid browser mouse emulation for touches, since we provide our own anyhow. The other option is to "prevent default" in the legacy touch event handlers we historically used, to tell the browser not to supply emulation, but we can't currently tell Emscripten to mark those handlers as not "passive," so as it stands they are unable to prevent default. Using Pointer Events bypasses this problem entirely. Fixes #13161.
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%