MCPcopy Create free account
hub / github.com/PerroEngine/Perro / released_hash

Method released_hash

perro_source/api_modules/perro_input_api/src/window.rs:216–218  ·  view source on GitHub ↗
(&self, name_hash: u64)

Source from the content-addressed store, hash-verified

214 /// Return `true` when any binding for the hashed action is released this frame.
215 #[inline]
216 pub fn released_hash(&self, name_hash: u64) -> bool {
217 self.ipt.action_released_hash(name_hash)
218 }
219
220 /// Queue a live rebind for the named action.
221 #[inline]

Callers 2

releasedMethod · 0.45
action_released_hashMethod · 0.45

Calls 1

action_released_hashMethod · 0.45

Tested by

no test coverage detected