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

Method longKey

src/main/java/ui/SplashScreen.java:213–218  ·  view source on GitHub ↗
(int key)

Source from the content-addressed store, hash-verified

211 }
212
213 public boolean longKey(int key) {
214 if (key == exitKey) {
215 destroyView();
216 }
217 return true;
218 }
219
220 public final void doKeyAction(int keyCode) {
221 keypressed = keyCode;

Callers

nothing calls this directly

Calls 1

destroyViewMethod · 0.95

Tested by

no test coverage detected