MCPcopy Create free account
hub / github.com/audulus/rui / fullscreen

Method fullscreen

src/modifiers.rs:99–101  ·  view source on GitHub ↗

Make the window full screen.

(self)

Source from the content-addressed store, hash-verified

97
98 /// Make the window full screen.
99 fn fullscreen(self) -> FullscreenView<Self> {
100 FullscreenView::new(self)
101 }
102
103 /// Calls a function with the view's geometry after layout runs.
104 /// Currently only the view's size is returned.

Callers

nothing calls this directly

Implementers 1

modifiers.rssrc/modifiers.rs

Calls

no outgoing calls

Tested by

no test coverage detected