MCPcopy Create free account
hub / github.com/PerroEngine/Perro / Window

Method Window

perro_source/api_modules/perro_runtime_api/src/api.rs:68–70  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

66 #[inline]
67 pub fn Time(&mut self) -> TimeModule<'_, RT> {
68 TimeModule::new(self.rt)
69 }
70
71 /// Start, cancel, and inspect named one-shot timers.
72 #[inline]
73 pub fn Timers(&mut self) -> TimerModule<'_, RT> {

Callers 1

update_editor_cursorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected