MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / touchLeftPressed

Method touchLeftPressed

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

Source from the content-addressed store, hash-verified

197 }
198 }
199 public void touchLeftPressed() {
200 if (cf.swapMenu) {
201 selectPressed();
202 } else {
203 menuPressed();
204 }
205 }
206 public void touchRightPressed() {
207 if (cf.swapMenu) {
208 menuPressed();

Callers

nothing calls this directly

Calls 2

selectPressedMethod · 0.95
menuPressedMethod · 0.95

Tested by

no test coverage detected