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

Method get_transform

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

Source from the content-addressed store, hash-verified

35 }
36
37 pub fn get_transform(&self) -> &Point {
38 &self.transform
39 }
40
41 pub fn get_platform_size(&self) -> Size {
42 self.window.get_platform_specific_size()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected