Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ pointerPressed
Method
pointerPressed
src/main/java/ui/SplashScreen.java:209–211 ·
view source on GitHub ↗
(int x, int y)
Source
from the content-addressed store, hash-verified
207
}
208
209
public
void
pointerPressed(
int
x,
int
y) {
210
destroyView();
211
}
212
213
public
boolean longKey(
int
key) {
214
if
(key == exitKey) {
Callers
nothing calls this directly
Calls
1
destroyView
Method · 0.95
Tested by
no test coverage detected