SFML/.github
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
..
ISSUE_TEMPLATE Rewrite sf::Event API to improve type safety 2023-11-09 00:19:38 -07:00
workflows Upgrade to Android NDK r24 2023-11-08 17:13:55 -07:00
.codecov.yml Turn off Codecov annotations 2022-10-28 16:36:50 +02:00
pull_request_template.md Rewrite sf::Event API to improve type safety 2023-11-09 00:19:38 -07:00
SUPPORT.md Add a support file 2023-10-23 11:41:04 -05:00