mirror of
https://github.com/rust-mobile/android-activity.git
synced 2026-07-09 16:27:28 +00:00
bb8eeb705c
This reinstates support for notifying applications of new input events without requiring them to always check for input as part of their rendering updates. This makes it possible to build UI applications that might only need to redraw in response to new input. For now GameActivity doesn't emit this event but the plan is to also add support for this in GameActivity. Addresses: #4