SFML/test
Chris Thrasher 5735fd09d9
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>
2023-11-09 00:19:38 -07:00
..
Audio Enable move semantics for SoundFile types 2023-01-22 15:50:53 -07:00
Graphics Add more tests for sf::Shape 2023-11-05 15:46:49 -07:00
install Added missing SFML_USE_STATIC_STD_LIBS checks to CMake configuration. 2023-10-31 23:22:28 +01:00
Network Consistently use getNativeHandle function name 2023-08-27 16:52:00 -06:00
System Improve sf::FileInputStream test coverage 2023-10-05 16:46:31 -06:00
TestUtilities Add more tests for sf::Text 2023-09-28 12:41:29 -06:00
Window Rewrite sf::Event API to improve type safety 2023-11-09 00:19:38 -07:00
CMakeLists.txt Added missing SFML_USE_STATIC_STD_LIBS checks to CMake configuration. 2023-10-31 23:22:28 +01:00