Trait maplibre::event_loop::EventLoop
source · [−]pub trait EventLoop<ET: 'static + PartialEq> {
type EventLoopProxy: EventLoopProxy<ET>;
fn run<E>(self, map: Map<E>, max_frames: Option<u64>)
where
E: Environment,
<E::MapWindowConfig as MapWindowConfig>::MapWindow: HeadedMapWindow;
fn create_proxy(&self) -> Self::EventLoopProxy;
}Required Associated Types
source
type EventLoopProxy: EventLoopProxy<ET>
Required Methods
sourcefn run<E>(self, map: Map<E>, max_frames: Option<u64>)where
fn run<E>(self, map: Map<E>, max_frames: Option<u64>)where
E: Environment,
<E::MapWindowConfig as MapWindowConfig>::MapWindow: HeadedMapWindow,
source