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

Method MouseButton

shared/java/MouseButton.java:14–16  ·  view source on GitHub ↗
(int mask)

Source from the content-addressed store, hash-verified

12 @ApiStatus.Internal public final int _mask;
13
14 private MouseButton(int mask) {
15 _mask = mask;
16 }
17
18 @ApiStatus.Internal public static final MouseButton[] _values = values();
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected