Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ touchLeftPressed
Method
touchLeftPressed
src/main/java/Menu/Menu.java:74–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
public
String touchRightCommand() {
return
cf.swapMenu ?
""
: SR.MS_BACK; }
73
74
public
void
touchLeftPressed() {
75
eventOk();
76
}
77
public
void
touchRightPressed() {
78
if
(!cf.swapMenu)
79
cmdCancel();
Callers
nothing calls this directly
Calls
1
eventOk
Method · 0.45
Tested by
no test coverage detected