SFML/test
Chris Thrasher 59447dd8e5 Rewrite sf::Event API to improve type safety
This new API is built on top of std::variant. This allows us to
store many different event types in a space-efficient way and access
the active event type in a type-safe manner that eliminates the
categories of UB that are possible with unions.

Co-authored-by: kimci86 <kimci86@hotmail.fr>
2024-05-01 18:00:58 +00:00
..
Audio Replaced OpenAL with miniaudio. 2024-04-25 10:24:11 +02:00
Graphics Revert change to Drawable::draw function signature 2024-04-18 13:18:49 +02:00
install Added missing SFML_USE_STATIC_STD_LIBS checks to CMake configuration. 2023-10-31 23:22:28 +01:00
Network Require that variables are initialized 2024-04-27 19:20:52 +00:00
System Header cleanup guided by IWYU 2024-02-09 12:52:23 +01:00
TestUtilities Compile unit tests for iOS and Android 2024-04-13 11:49:45 -06:00
Window Rewrite sf::Event API to improve type safety 2024-05-01 18:00:58 +00:00
CMakeLists.txt Replaced OpenAL with miniaudio. 2024-04-25 10:24:11 +02:00