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

Method is_up

src/input.rs:223–225  ·  view source on GitHub ↗
(&self, button: T)

Source from the content-addressed store, hash-verified

221 }
222
223 fn is_up(&self, button: T) -> bool {
224 !self.down.contains(&button)
225 }
226
227 fn is_pressed(&self, button: T) -> bool {
228 self.pressed.contains(&button)

Callers 3

is_key_upMethod · 0.80
is_mouse_button_upMethod · 0.80
is_gamepad_button_upMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected