MCPcopy 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

acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
paintImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected