Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TyberiusPrime/KeyToKey
/ state
Method
state
src/test_helpers.rs:33–35 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
31
}
32
impl USBKeyOut for KeyOutCatcher {
33
fn state(&mut self) -> &mut KeyboardState {
34
return &mut self.state;
35
}
36
37
fn ro_state(&self) -> &KeyboardState {
38
return &self.state;
Callers
15
add_handler
Method · 0.80
handle_keys
Method · 0.80
send_unicode
Method · 0.80
on_activate
Method · 0.80
on_trigger
Method · 0.80
on_deactivate
Method · 0.80
do_abort
Method · 0.80
test_layer_double_rewrite_dvorak
Function · 0.80
test_dvorak_brackets
Function · 0.80
test_abort
Function · 0.80
test_space_cadet_layer
Function · 0.80
test_layer_rewrite
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected