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

Method is_released

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

Source from the content-addressed store, hash-verified

229 }
230
231 fn is_released(&self, button: T) -> bool {
232 self.released.contains(&button)
233 }
234}
235
236pub(crate) struct AxisState {

Callers 3

is_key_releasedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected