Trait winit::platform::android::EventLoopExtAndroid

source ·
pub trait EventLoopExtAndroid {
    // Required method
    fn android_app(&self) -> &AndroidApp;
}
Available on android_platform only.
Expand description

Additional methods on EventLoop that are specific to Android.

Required Methods§

source

fn android_app(&self) -> &AndroidApp

Get the [AndroidApp] which was used to create this event loop.

Implementors§