Struct lambda_platform::winit::WindowHandleBuilder
source · pub struct WindowHandleBuilder { /* private fields */ }
Implementations§
source§impl WindowHandleBuilder
impl WindowHandleBuilder
sourcepub fn with_window_properties<E: 'static + Debug>(
self,
window_properties: WindowProperties,
lambda_loop: &Loop<E>
) -> Self
pub fn with_window_properties<E: 'static + Debug>(
self,
window_properties: WindowProperties,
lambda_loop: &Loop<E>
) -> Self
Probably the function that’ll be used the most
sourcepub fn build(self) -> WindowHandle
pub fn build(self) -> WindowHandle
Build the WindowHandle