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

Method tap

forge-gui-mobile/src/forge/menu/FDropDown.java:94–100  ·  view source on GitHub ↗
(float x, float y, int count)

Source from the content-addressed store, hash-verified

92 }
93
94 @Override
95 public boolean tap(float x, float y, int count) {
96 if (autoHide()) {
97 hide(); //hide when tapped by default if configured for auto-hide
98 }
99 return true;
100 }
101
102 @Override
103 public boolean longPress(float x, float y) {

Callers 1

tapChildMethod · 0.45

Calls 2

autoHideMethod · 0.95
hideMethod · 0.95

Tested by

no test coverage detected