Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Callers
6
button_2d_input_changed
Method · 0.80
refresh_button_2d_visual_states
Method · 0.80
ui_pointer_changed
Method · 0.80
process_text_edit_input
Method · 0.80
process_scrollbar_pointer_input
Method · 0.80
refresh_button_visual_states
Method · 0.80
Calls
1
is_button_down
Method · 0.45
Tested by
no test coverage detected