Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ pressKey
Method
pressKey
src/main/java/jace/core/Keyboard.java:66–68 ·
view source on GitHub ↗
(byte key)
Source
from the content-addressed store, hash-verified
64
}
65
66
public
static
void
pressKey(byte key) {
67
currentKey = (byte) (0x0ff & (0x080 | key));
68
}
69
70
public
static
byte readState() {
71
// If strobe was cleared...
Callers
2
readState
Method · 0.95
keyPressed
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected