Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ makeFromInt
Method
makeFromInt
shared/java/MouseCursor.java:21–23 ·
view source on GitHub ↗
(int v)
Source
from the content-addressed store, hash-verified
19
@ApiStatus.Internal
public
static
final
MouseCursor[] _values = values();
20
21
public
static
MouseCursor makeFromInt(
int
v) {
22
return
_values[v];
23
}
24
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected