MCPcopy Create free account
hub / github.com/algoscienceacademy/RustUI / window

Method window

src/renderer/default.rs:33–35  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

31 pub fn end_frame(&mut self) {}
32
33 pub fn window(&self) -> &Window {
34 &self.window
35 }
36
37 pub fn get_transform(&self) -> &Point {
38 &self.transform

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected