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

Method add_mouse_delta

perro_source/render_stack/perro_app/src/lib.rs:270–272  ·  view source on GitHub ↗
(&mut self, dx: f32, dy: f32)

Source from the content-addressed store, hash-verified

268 #[inline]
269 pub fn begin_input_frame(&mut self) {
270 self.runtime.begin_input_frame();
271 }
272
273 #[inline]
274 pub fn apply_input_commands(&mut self) {
275 self.runtime.apply_input_commands();

Callers 3

window_eventMethod · 0.45
handle_window_eventMethod · 0.45
handle_mouse_motionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected