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