SFML/examples/android/app
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
..
src/main Rewrite sf::Event API to improve type safety 2024-05-01 18:00:58 +00:00
build.gradle.kts Modernized android example 2023-11-14 16:04:30 -07:00
proguard-rules.pro Android: Upgraded the example to work with Gradle 2018-04-14 09:59:01 +02:00