(&self, name_hash: u64)
| 208 | /// Return `true` when any binding for the hashed action is pressed this frame. |
| 209 | #[inline] |
| 210 | pub fn pressed_hash(&self, name_hash: u64) -> bool { |
| 211 | self.ipt.action_pressed_hash(name_hash) |
| 212 | } |
| 213 | |
| 214 | /// Return `true` when any binding for the hashed action is released this frame. |
| 215 | #[inline] |
no test coverage detected