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

Method mouse_pointer

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

Source from the content-addressed store, hash-verified

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)) }
57}
58
59///

Callers 1

fromMethod · 0.80

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected