MCPcopy Create free account
hub / github.com/badvision/jace / clearStrobe

Method clearStrobe

src/main/java/jace/core/Keyboard.java:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 public boolean shiftPressed = false;
61
62 public static void clearStrobe() {
63 currentKey = (byte) (currentKey & 0x07f);
64 }
65
66 public static void pressKey(byte key) {
67 currentKey = (byte) (0x0ff & (0x080 | key));

Callers 2

stateChangedMethod · 0.95
resetStateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected