Package apple.uikit.enums
Class UIEventButtonMask
- java.lang.Object
-
- apple.uikit.enums.UIEventButtonMask
-
public final class UIEventButtonMask extends java.lang.ObjectSet of buttons pressed for the current event Raw format of: 1 << (buttonNumber - 1) UIEventButtonMaskPrimary = 1 << 0
-
-
Field Detail
-
Primary
public static final long Primary
- See Also:
- Constant Field Values
-
Secondary
public static final long Secondary
- See Also:
- Constant Field Values
-
-