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