We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ndk-sys
ndk
1 parent 339b909 commit 64bd5d8Copy full SHA for 64bd5d8
ndk/src/event.rs
@@ -180,6 +180,9 @@ impl InputEvent {
180
/// [`InputEvent`].
181
///
182
/// [`android.view.KeyEvent`]: https://developer.android.com/reference/android/view/KeyEvent
183
+ ///
184
+ /// # Safety
185
+ /// TODO
186
#[cfg(feature = "api-level-35")]
187
#[doc(alias = "AInputEvent_toJava")]
188
pub unsafe fn to_java(&self, env: *mut JNIEnv) -> jobject {
0 commit comments