Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/17cupsofcoffee/nova
/ is_key_up
Method
is_key_up
src/input.rs:111–113 ·
view source on GitHub ↗
(&self, key: Key)
Source
from the content-addressed store, hash-verified
109
}
110
111
pub fn is_key_up(&self, key: Key) -> bool {
112
self.keys.is_up(key)
113
}
114
115
pub fn is_key_pressed(&self, key: Key) -> bool {
116
self.keys.is_pressed(key)
Callers
nothing calls this directly
Calls
1
is_up
Method · 0.80
Tested by
no test coverage detected