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

Method tap

forge-gui-mobile/src/forge/toolbox/FButton.java:233–239  ·  view source on GitHub ↗
(float x, float y, int count)

Source from the content-addressed store, hash-verified

231 }
232
233 @Override
234 public final boolean tap(float x, float y, int count) {
235 if (command != null) {
236 command.handleEvent(new FEvent(this, FEventType.TAP));
237 }
238 return true;
239 }
240
241 public boolean trigger() {
242 if (isEnabled() && command != null) {

Callers

nothing calls this directly

Calls 1

handleEventMethod · 0.65

Tested by

no test coverage detected