Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ delta
Method
delta
perro_source/api_modules/perro_input_api/src/window.rs:282–284 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
280
/// Return `true` only on the frame the key changes from down to up.
281
#[inline]
282
pub fn released(&self, key: KeyCode) -> bool {
283
self.ipt.keyboard().is_key_released(key)
284
}
285
}
286
287
/// Mouse query and command module.
Callers
nothing calls this directly
Calls
1
mouse
Method · 0.80
Tested by
no test coverage detected