Skip to content

android-activity 0.4.0

Compare
Choose a tag to compare
@rib rib released this 15 Feb 15:51
· 146 commits to main since this release

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 to GameActivity backend for compatibility with ndk events API (#38)

New Contributors

Full Changelog: v0.3.0...v0.4.0