Trait winit::platform::android::WindowExtAndroid

source ·
pub trait WindowExtAndroid {
    // Required methods
    fn content_rect(&self) -> Rect;
    fn config(&self) -> ConfigurationRef;
}
Available on android_platform only.
Expand description

Additional methods on Window that are specific to Android.

Required Methods§

source

fn content_rect(&self) -> Rect

source

fn config(&self) -> ConfigurationRef

Implementors§