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

Method resetState

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

Source from the content-addressed store, hash-verified

47public class Keyboard implements Reconfigurable {
48
49 public void resetState() {
50 clearStrobe();
51 openApple(false);
52 solidApple(false);
53 }
54
55 @Override
56 public String getShortName() {

Callers

nothing calls this directly

Calls 3

clearStrobeMethod · 0.95
openAppleMethod · 0.95
solidAppleMethod · 0.95

Tested by

no test coverage detected