Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ setGdxCursor
Method
setGdxCursor
forge-gui-mobile/src/forge/Forge.java:541–543 ·
view source on GitHub ↗
(Cursor c)
Source
from the content-addressed store, hash-verified
539
}
540
541
static
void
setGdxCursor(Cursor c) {
542
Gdx.graphics.setCursor(c);
543
}
544
545
public
static
Clipboard getClipboard() {
546
return
clipboard;
Callers
1
setCursor
Method · 0.95
Calls
1
setCursor
Method · 0.45
Tested by
no test coverage detected