rust-mobile / ndk

Rust bindings to the Android NDK
Apache License 2.0
1.11k stars 110 forks source link

Add `from_java()` constructors to `InputQueue`, `KeyEvent` and `MotionEvent` #456

Closed MarijnS95 closed 7 months ago

MarijnS95 commented 8 months ago

These were added in API 31 (KeyEvent/MotionEvent) and API 33 (InputEvent), but not yet mapped in the NDK crate.

MarijnS95 commented 7 months ago

Force-pushed to fix some wrong intradoc links :)