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