pub trait EventLoopExtIOS { // Required method fn idiom(&self) -> Idiom; }
ios_platform
Additional methods on EventLoop that are specific to iOS.
EventLoop
Returns the Idiom (phone/tablet/tv/etc) for the current device.
Idiom