Type Alias veloren_voxygen::window::EventLoop

source ·
pub type EventLoop = EventLoop<()>;

Aliased Type§

struct EventLoop {
    pub(crate) event_loop: EventLoop<()>,
    pub(crate) _marker: PhantomData<*mut ()>,
}

Fields§

§event_loop: EventLoop<()>§_marker: PhantomData<*mut ()>