Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ getPressed
Method
getPressed
code/main/Hotkey.ts:50–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
public getPressed(): boolean{
51
return
this.pressed;
52
}
53
54
// Public setters
55
public setPressed(pressed: boolean): void{
Callers
1
isKeyPressed
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected