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

Method fixed_update_runtime

perro_source/render_stack/perro_app/src/lib.rs:439–441  ·  view source on GitHub ↗
(&mut self, fixed_delta_time: f32)

Source from the content-addressed store, hash-verified

437 #[inline]
438 pub fn take_joycon_calibration_requests(&mut self) -> Vec<usize> {
439 self.runtime.take_joycon_calibration_requests()
440 }
441
442 #[inline]
443 pub fn take_gamepad_rumble_requests(&mut self) -> Vec<GamepadRumbleRequest> {
444 self.runtime.take_gamepad_rumble_requests()

Callers 2

step_startup_frameMethod · 0.80
step_frameMethod · 0.80

Calls 1

fixed_updateMethod · 0.80

Tested by

no test coverage detected