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

Method released

perro_source/api_modules/perro_input_api/src/window.rs:198–200  ·  view source on GitHub ↗
(&self, name: &str)

Source from the content-addressed store, hash-verified

196 /// Return `true` when any binding for the named action is released this frame.
197 #[inline]
198 pub fn released(&self, name: &str) -> bool {
199 self.released_hash(action_hash(name))
200 }
201
202 /// Return `true` while any binding for the hashed action is held.
203 #[inline]

Callers

nothing calls this directly

Calls 6

action_hashFunction · 0.85
keyboardMethod · 0.80
mouseMethod · 0.80
released_hashMethod · 0.45
is_key_releasedMethod · 0.45
is_button_releasedMethod · 0.45

Tested by

no test coverage detected