Package org.robovm.apple.uikit
Class UIEventButtonMask
- All Implemented Interfaces:
Comparable<UIEventButtonMask>,Iterable<UIEventButtonMask>
public final class UIEventButtonMask extends Bits<UIEventButtonMask>
- Since:
- Available in iOS 13.4 and later.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits
Bits.AsByteMarshaler, Bits.AsIntMarshaler, Bits.AsLongMarshaler, Bits.AsMachineSizedIntMarshaler, Bits.AsShortMarshaler -
Field Summary
Fields Modifier and Type Field Description static UIEventButtonMaskNonestatic UIEventButtonMaskPrimarystatic UIEventButtonMaskSecondary -
Constructor Summary
Constructors Constructor Description UIEventButtonMask(long value) -
Method Summary
Modifier and Type Method Description protected UIEventButtonMask[]_values()static UIEventButtonMaskfromButtonNumber(long buttonNumber)static UIEventButtonMask[]values()protected UIEventButtonMaskwrap(long value, long mask)
-
Field Details
-
None
-
Primary
-
Secondary
-
-
Constructor Details
-
UIEventButtonMask
public UIEventButtonMask(long value)
-
-
Method Details
-
fromButtonNumber
- Since:
- Available in iOS 13.4 and later.
-
wrap
- Specified by:
wrapin classBits<UIEventButtonMask>
-
_values
- Specified by:
_valuesin classBits<UIEventButtonMask>
-
values
-