PTPencilInteractionMode
enum PTPencilInteractionMode : NSInteger {}
Whether only the Apple Pencil is used to annotate.
-
Allow finger and Pencil touches to annotate.
Declaration
Objective-C
PTPencilInteractionModeFingerAndPencilSwift
case fingerAndPencil = 0 -
Only Pencil touches annotate, finger touches are used for zooming and scrolling.
Declaration
Objective-C
PTPencilInteractionModePencilOnlySwift
case pencilOnly = 1 -
Obey the iOS Apple Pencil system setting.
Declaration
Objective-C
PTPencilInteractionModeSystemSwift
case system = 2
PTPencilInteractionMode Enumeration Reference