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

Method touchRightPressed

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

Source from the content-addressed store, hash-verified

204 }
205 }
206 public void touchRightPressed() {
207 if (cf.swapMenu) {
208 menuPressed();
209 } else {
210 selectPressed();
211 }
212 }
213
214 public String touchLeftCommand() {
215 return cf.swapMenu ? selectCommand() : menuCommand();

Callers

nothing calls this directly

Calls 2

menuPressedMethod · 0.95
selectPressedMethod · 0.95

Tested by

no test coverage detected