commit | b057159db7060cc87ea852b9f806c19a44306647 | [log] [tgz] |
---|---|---|
author | Sam Lantinga <slouken@libsdl.org> | Fri Jul 12 08:58:18 2024 -0700 |
committer | Sam Lantinga <slouken@libsdl.org> | Fri Jul 12 09:09:57 2024 -0700 |
tree | fc89ba967aaab4493fc322e92fcfb7013e26dc51 | |
parent | b378bc5c83eab9abf6d025a1434d27c2a81fe912 [diff] |
Make sure SDL subsystems are initialized before starting threads
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)