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

Method trigger

forge-gui-mobile/src/forge/toolbox/FLabel.java:273–279  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

271 }
272
273 public boolean trigger() {
274 if (isEnabled() && command != null) {
275 command.handleEvent(new FEvent(this, FEventType.TAP));
276 return true;
277 }
278 return false;
279 }
280
281 public TextBounds getAutoSizeBounds() {
282 TextBounds bounds;

Callers 6

showMenuMethod · 0.45
keyDownMethod · 0.45
keyDownMethod · 0.45
keyDownMethod · 0.45
keyDownMethod · 0.45
keyUpMethod · 0.45

Calls 2

isEnabledMethod · 0.65
handleEventMethod · 0.65

Tested by

no test coverage detected