MCPcopy Create free account
hub / github.com/HumbleUI/JWM / isModifierDown

Method isModifierDown

shared/java/EventMouseMove.java:19–21  ·  view source on GitHub ↗
(KeyModifier modifier)

Source from the content-addressed store, hash-verified

17 }
18
19 public boolean isModifierDown(KeyModifier modifier) {
20 return (_modifiers & modifier._mask) != 0;
21 }
22}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected