SFML/tools
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
..
android Fix misspellings 2023-05-21 14:37:46 -06:00
nsis Added CPack definitions and an NSIS template for easy packaging 2021-05-20 13:53:00 +02:00
pkg-config Use built-in CMake project version functionality 2022-01-21 21:09:20 +01:00
windows Use built-in CMake project version functionality 2022-01-21 21:09:20 +01:00
xcode/templates Rewrite sf::Event API to improve type safety 2023-11-09 00:19:38 -07:00