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

Method touchLeftPressed

src/main/java/Client/SmilePicker.java:255–257  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

253 public String touchRightCommand() { return cf.swapMenu ? "" : SR.MS_BACK; }
254
255 public void touchLeftPressed() {
256 eventOk();
257 }
258 public void touchRightPressed() {
259 if (!cf.swapMenu)
260 cmdCancel();

Callers

nothing calls this directly

Calls 1

eventOkMethod · 0.45

Tested by

no test coverage detected