MCPcopy Create free account
hub / github.com/Card-Forge/forge / keyUp

Method keyUp

forge-gui-mobile/src/forge/Forge.java:1164–1166  ·  view source on GitHub ↗
(int keyCode)

Source from the content-addressed store, hash-verified

1162
1163 //also allow handling of keyUp but don't require it
1164 public boolean keyUp(int keyCode) {
1165 return false;
1166 }
1167
1168 public static boolean isCtrlKeyDown() {
1169 return Gdx.input.isKeyPressed(Keys.CONTROL_LEFT) || Gdx.input.isKeyPressed(Keys.CONTROL_RIGHT);

Callers 2

keyUpMethod · 0.45
processEventsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected