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

Method buttonUp

forge-gui-mobile/src/forge/Forge.java:1534–1539  ·  view source on GitHub ↗
(Controller controller, int buttonIndex)

Source from the content-addressed store, hash-verified

1532 }
1533
1534 @Override
1535 public boolean buttonUp(Controller controller, int buttonIndex) {
1536 hasGamepad = true;
1537 translateButtons(controller, buttonIndex, false);
1538 return super.buttonUp(controller, buttonIndex);
1539 }
1540
1541 @Override
1542 public boolean axisMoved(Controller controller, int axisIndex, float value) {

Callers

nothing calls this directly

Calls 1

translateButtonsMethod · 0.95

Tested by

no test coverage detected