public final class UITouchType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Direct
A direct touch from a finger (on a screen)
|
static long |
Indirect
An indirect touch (not a screen)
|
static long |
IndirectPointer
A touch representing a button-based, indirect input device describing the input sequence from button press to button release
|
static long |
Pencil
Add pencil name variant
|
static long |
Stylus
A touch from a stylus (deprecated name, use pencil)
|
public static final long Direct
public static final long Indirect
public static final long Stylus
public static final long Pencil
public static final long IndirectPointer