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

Method isCtrlKeyDown

forge-gui-mobile/src/forge/Forge.java:1168–1170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1166 }
1167
1168 public static boolean isCtrlKeyDown() {
1169 return Gdx.input.isKeyPressed(Keys.CONTROL_LEFT) || Gdx.input.isKeyPressed(Keys.CONTROL_RIGHT);
1170 }
1171
1172 public static boolean isShiftKeyDown() {
1173 return Gdx.input.isKeyPressed(Keys.SHIFT_LEFT) || Gdx.input.isKeyPressed(Keys.SHIFT_RIGHT);

Callers 5

scrolledMethod · 0.95
keyDownMethod · 0.95
keyDownMethod · 0.95
keyDownMethod · 0.95
selectItemMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected