MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / keyRepeated

Method keyRepeated

src/main/java/ui/VirtualCanvas.java:164–175  ·  view source on GitHub ↗
(int rawKeyCode)

Source from the content-addressed store, hash-verified

162 }
163
164 protected final void keyRepeated(int rawKeyCode){
165 int keyCode = getKeyCode(rawKeyCode);
166 // TODO: uncomment to check motorola
167 //kHold = true;
168 //doKeyAction(keyCode);
169//#ifdef LIGHT_CONFIG
170//# CustomLight.keyPressed();
171//#endif
172//#ifdef AUTOSTATUS
173 AutoStatus.getInstance().userActivity(Config.AWAY_IDLE);
174//#endif
175 }
176
177 protected final void keyReleased(int rawKeyCode) {
178 int keyCode = getKeyCode(rawKeyCode);

Callers

nothing calls this directly

Calls 3

getKeyCodeMethod · 0.95
getInstanceMethod · 0.95
userActivityMethod · 0.80

Tested by

no test coverage detected