MCPcopy Create free account
hub / github.com/Logicalshift/flo_draw / size

Method size

draw/src/window_properties.rs:53–53  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

51impl FloWindowProperties for () {
52 fn title(&self) -> BindRef<String> { BindRef::from(bind("flo_draw".to_string())) }
53 fn size(&self) -> BindRef<(u64, u64)> { BindRef::from(bind((1024, 768))) }
54 fn fullscreen(&self) -> BindRef<bool> { BindRef::from(bind(false)) }
55 fn has_decorations(&self) -> BindRef<bool> { BindRef::from(bind(true)) }
56 fn mouse_pointer(&self) -> BindRef<MousePointer> { BindRef::from(bind(MousePointer::SystemDefault)) }

Callers 4

fromMethod · 0.45
handle_thread_eventMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected