Trait winit::platform::ios::EventLoopExtIOS

source ·
pub trait EventLoopExtIOS {
    // Required method
    fn idiom(&self) -> Idiom;
}
Available on ios_platform only.
Expand description

Additional methods on EventLoop that are specific to iOS.

Required Methods§

source

fn idiom(&self) -> Idiom

Returns the Idiom (phone/tablet/tv/etc) for the current device.

Implementors§

source§

impl<T: 'static> EventLoopExtIOS for EventLoop<T>