Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ isModifierDown
Method
isModifierDown
shared/java/EventKey.java:21–23 ·
view source on GitHub ↗
(KeyModifier modifier)
Source
from the content-addressed store, hash-verified
19
}
20
21
public
boolean isModifierDown(KeyModifier modifier) {
22
return
(_modifiers & modifier._mask) != 0;
23
}
24
}
Callers
7
accept
Method · 0.45
accept
Method · 0.45
accept
Method · 0.45
accept
Method · 0.45
accept
Method · 0.45
accept
Method · 0.45
paintImpl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected