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

Method set_mouse_button_state

perro_source/render_stack/perro_app/src/lib.rs:265–267  ·  view source on GitHub ↗
(&mut self, button: MouseButton, is_down: bool)

Source from the content-addressed store, hash-verified

263 self.runtime.update(delta_time);
264 perro_runtime::RuntimeUpdateTiming::default()
265 }
266 }
267
268 #[inline]
269 pub fn begin_input_frame(&mut self) {
270 self.runtime.begin_input_frame();

Callers 1

handle_window_eventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected