Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ run
Method
run
forge-gui-mobile/src/forge/toolbox/FButton.java:247–251 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
245
press(0, 0);
246
Timer.schedule(
new
Timer.Task() {
247
@Override
248
public
void
run() {
249
command.handleEvent(fEvent);
250
release(0,0);
251
}
252
}, 0.10f);
253
return
true;
254
}
Callers
nothing calls this directly
Calls
2
release
Method · 0.95
handleEvent
Method · 0.65
Tested by
no test coverage detected