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

Method isModifierDown

shared/java/EventMouseScroll.java:45–47  ·  view source on GitHub ↗
(KeyModifier modifier)

Source from the content-addressed store, hash-verified

43 @ApiStatus.Internal @Getter(AccessLevel.NONE) public final int _modifiers;
44
45 public boolean isModifierDown(KeyModifier modifier) {
46 return (_modifiers & modifier._mask) != 0;
47 }
48}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected