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

Method isButtonDown

shared/java/EventMouseMove.java:15–17  ·  view source on GitHub ↗
(MouseButton button)

Source from the content-addressed store, hash-verified

13 @ApiStatus.Internal @Getter(AccessLevel.NONE) public final int _modifiers;
14
15 public boolean isButtonDown(MouseButton button) {
16 return (_buttons & button._mask) != 0;
17 }
18
19 public boolean isModifierDown(KeyModifier modifier) {
20 return (_modifiers & modifier._mask) != 0;

Callers 1

paintImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected