(&self, name_hash: u64)
| 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] |
no test coverage detected