pub trait ActiveEventLoopExtAndroid {
// Required method
fn android_app(&self) -> &AndroidApp;
}Expand description
Additional methods on ActiveEventLoop that are specific to Android.
Required Methods§
Sourcefn android_app(&self) -> &AndroidApp
fn android_app(&self) -> &AndroidApp
Get the AndroidApp which was used to create this event loop.