Package apple.uikit.enums
Class UIPencilPreferredAction
- java.lang.Object
-
- apple.uikit.enums.UIPencilPreferredAction
-
public final class UIPencilPreferredAction extends java.lang.ObjectPreferred actions available to the user in Settings.
-
-
Field Summary
Fields Modifier and Type Field Description static longIgnoreNo action, or the user has disabled pencil interactions in Accessibility settingsstatic longShowColorPaletteShow and hide the color palettestatic longSwitchEraserSwitch between the current tool and eraserstatic longSwitchPreviousSwitch between the current tool and the previously used tool
-
-
-
Field Detail
-
Ignore
public static final long Ignore
No action, or the user has disabled pencil interactions in Accessibility settings- See Also:
- Constant Field Values
-
SwitchEraser
public static final long SwitchEraser
Switch between the current tool and eraser- See Also:
- Constant Field Values
-
SwitchPrevious
public static final long SwitchPrevious
Switch between the current tool and the previously used tool- See Also:
- Constant Field Values
-
ShowColorPalette
public static final long ShowColorPalette
Show and hide the color palette- See Also:
- Constant Field Values
-
-