Package apple.uikit.enums
Class UITouchType
- java.lang.Object
-
- apple.uikit.enums.UITouchType
-
public final class UITouchType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longDirectA direct touch from a finger (on a screen)static longIndirectAn indirect touch (not a screen)static longIndirectPointerA touch representing a button-based, indirect input device describing the input sequence from button press to button releasestatic longPencilAdd pencil name variantstatic longStylusA touch from a stylus (deprecated name, use pencil)
-
-
-
Field Detail
-
Direct
public static final long Direct
A direct touch from a finger (on a screen)- See Also:
- Constant Field Values
-
Indirect
public static final long Indirect
An indirect touch (not a screen)- See Also:
- Constant Field Values
-
Stylus
public static final long Stylus
A touch from a stylus (deprecated name, use pencil)- See Also:
- Constant Field Values
-
Pencil
public static final long Pencil
Add pencil name variant- See Also:
- Constant Field Values
-
IndirectPointer
public static final long IndirectPointer
A touch representing a button-based, indirect input device describing the input sequence from button press to button release- See Also:
- Constant Field Values
-
-