android-activity 0.4.0
What's Changed
Changed
- Breaking:
input_events
callback now return whether an event was handled or not to allow for fallback handling (#31) - The native-activity backend is now implemented in Rust only, without building on
android_native_app_glue.c
(#35)
Added
- Added
Pointer::tool_type()
API toGameActivity
backend for compatibility withndk
events API (#38)
New Contributors
- @msiglreith made their first contribution in #29
Full Changelog: v0.3.0...v0.4.0