MCPcopy Create free account
hub / github.com/17cupsofcoffee/nova / is_mouse_button_down

Method is_mouse_button_down

src/input.rs:123–125  ·  view source on GitHub ↗
(&self, button: MouseButton)

Source from the content-addressed store, hash-verified

121 }
122
123 pub fn is_mouse_button_down(&self, button: MouseButton) -> bool {
124 self.mouse_buttons.is_down(button)
125 }
126
127 pub fn is_mouse_button_up(&self, button: MouseButton) -> bool {
128 self.mouse_buttons.is_up(button)

Callers 1

updateMethod · 0.80

Calls 1

is_downMethod · 0.80

Tested by

no test coverage detected