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