MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / touchLeftCommand

Method touchLeftCommand

src/main/java/ui/controls/form/DefForm.java:214–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212 }
213
214 public String touchLeftCommand() {
215 return cf.swapMenu ? selectCommand() : menuCommand();
216 }
217 public String touchRightCommand() {
218 return cf.swapMenu ? menuCommand() : selectCommand();
219 }

Callers

nothing calls this directly

Calls 2

selectCommandMethod · 0.95
menuCommandMethod · 0.95

Tested by

no test coverage detected