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

Method is_mouse_down

perro_source/api_modules/perro_input_api/src/snapshot.rs:426–428  ·  view source on GitHub ↗
(&self, button: MouseButton)

Source from the content-addressed store, hash-verified

424 y: f32,
425 extra: f32,
426 distance: f32,
427 ) {
428 let state = self.joycon_mut(index);
429 state.set_mouse_sensor(x, y, extra, distance);
430 }
431

Calls 1

is_button_downMethod · 0.45

Tested by

no test coverage detected