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