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

Method tapChild

forge-gui-mobile/src/forge/menu/FDropDown.java:244–252  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242 }
243
244 public void tapChild() {
245 if (selectedChild != null) {
246 selectedChild.tap(0, 0, 1);
247 if (getMenuTab() != null)
248 getMenuTab().clearSelected();
249 if (autoHide())
250 hide();
251 }
252 }
253
254 public void cancel() {
255 if (getMenuTab() != null)

Callers 2

keyDownMethod · 0.45

Calls 5

getMenuTabMethod · 0.95
autoHideMethod · 0.95
hideMethod · 0.95
tapMethod · 0.45
clearSelectedMethod · 0.45

Tested by

no test coverage detected