Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ push_text_input
Method
push_text_input
perro_source/render_stack/perro_app/src/lib.rs:260–262 ·
view source on GitHub ↗
(&mut self, text: impl Into<String>)
Source
from the content-addressed store, hash-verified
258
{
259
self.runtime.update_timed(delta_time)
260
}
261
#[cfg(not(feature =
"profile_heavy"
))]
262
{
263
self.runtime.update(delta_time);
264
perro_runtime::RuntimeUpdateTiming::default()
265
}
Callers
1
handle_window_event
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected