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

Method keyReleased

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

Source from the content-addressed store, hash-verified

175 }
176
177 protected final void keyReleased(int rawKeyCode) {
178 int keyCode = getKeyCode(rawKeyCode);
179//#ifdef LIGHT_CONFIG
180//# CustomLight.keyPressed();
181//#endif
182//#ifdef AUTOSTATUS
183 AutoStatus.getInstance().userActivity(Config.AWAY_IDLE);
184//#endif
185 KeyRepeatTimer.stop();
186 }
187
188 protected final void pointerPressed(int x, int y) {
189//#ifdef AUTOSTATUS

Callers

nothing calls this directly

Calls 4

getKeyCodeMethod · 0.95
getInstanceMethod · 0.95
stopMethod · 0.95
userActivityMethod · 0.80

Tested by

no test coverage detected