Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ getKeyString
Method
getKeyString
code/main/Hotkey.ts:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
public getKeyString(): string{
47
return
this.keyString;
48
}
49
50
public getPressed(): boolean{
51
return
this.pressed;
Callers
1
addHotkey
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected