Package apple.pencilkit.enums
Class PKCanvasViewDrawingPolicy
- java.lang.Object
-
- apple.pencilkit.enums.PKCanvasViewDrawingPolicy
-
public final class PKCanvasViewDrawingPolicy extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAnyInputDefault is: if a `PKToolPicker` is visible, respect `UIPencilInteraction.prefersPencilOnlyDrawing`, otherwise only pencil touches draw.static longDefaultDefault is: if a `PKToolPicker` is visible, respect `UIPencilInteraction.prefersPencilOnlyDrawing`, otherwise only pencil touches draw.static longPencilOnlyDefault is: if a `PKToolPicker` is visible, respect `UIPencilInteraction.prefersPencilOnlyDrawing`, otherwise only pencil touches draw.
-
-
-
Field Detail
-
Default
public static final long Default
Default is: if a `PKToolPicker` is visible, respect `UIPencilInteraction.prefersPencilOnlyDrawing`, otherwise only pencil touches draw.- See Also:
- Constant Field Values
-
AnyInput
public static final long AnyInput
Default is: if a `PKToolPicker` is visible, respect `UIPencilInteraction.prefersPencilOnlyDrawing`, otherwise only pencil touches draw.- See Also:
- Constant Field Values
-
PencilOnly
public static final long PencilOnly
Default is: if a `PKToolPicker` is visible, respect `UIPencilInteraction.prefersPencilOnlyDrawing`, otherwise only pencil touches draw.- See Also:
- Constant Field Values
-
-