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

Method is_key_released

src/input.rs:119–121  ·  view source on GitHub ↗
(&self, key: Key)

Source from the content-addressed store, hash-verified

117 }
118
119 pub fn is_key_released(&self, key: Key) -> bool {
120 self.keys.is_released(key)
121 }
122
123 pub fn is_mouse_button_down(&self, button: MouseButton) -> bool {
124 self.mouse_buttons.is_down(button)

Callers

nothing calls this directly

Calls 1

is_releasedMethod · 0.80

Tested by

no test coverage detected