From 3e95c428f5635dc9393f6a59d65a616db3d72621 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Sun, 14 Aug 2022 08:29:08 +0100 Subject: [PATCH] Remove old portability comment for InputAvailable event --- android-activity/src/lib.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/android-activity/src/lib.rs b/android-activity/src/lib.rs index 4317f7a..06c5b2e 100644 --- a/android-activity/src/lib.rs +++ b/android-activity/src/lib.rs @@ -65,12 +65,6 @@ pub enum MainEvent<'a> { /// redundant event loop wake ups._ /// /// [`AndroidApp::input_events()`]: AndroidApp::input_events - /// - /// # Portability - /// - /// This is currently only supported with `NativeActivity` with the - /// "native-activity" feature. Applications using `GameActivity` should - /// continue to check for input as part of their rendering updates. InputAvailable, /// Command from main thread: a new [`NativeWindow`] is ready for use. Upon