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

Method down_hash

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

Source from the content-addressed store, hash-verified

202 /// Return `true` while any binding for the hashed action is held.
203 #[inline]
204 pub fn down_hash(&self, name_hash: u64) -> bool {
205 self.ipt.action_down_hash(name_hash)
206 }
207
208 /// Return `true` when any binding for the hashed action is pressed this frame.
209 #[inline]

Callers 2

downMethod · 0.45
action_down_hashMethod · 0.45

Calls 1

action_down_hashMethod · 0.45

Tested by

no test coverage detected