SFML/examples/android
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
..
app Rewrite sf::Event API to improve type safety 2023-11-09 00:19:38 -07:00
.gitignore Android work in progress changes 2018-04-14 09:59:01 +02:00
build.gradle Remove trailing whitespace 2022-06-25 21:32:55 +02:00
gradle.properties Android: Upgraded the example to work with Gradle 2018-04-14 09:59:01 +02:00
settings.gradle Android: Upgraded the example to work with Gradle 2018-04-14 09:59:01 +02:00