イニシャライザ
init(effect:shape:)
提供されたコンテンツ効果とポインタの形を現在の領域に適用します。
宣言
@MainActor convenience init(effect: UIPointerEffect, shape: UIPointerShape? = nil)
以下も見よ
ポインタスタイルの作成
init(shape: UIPointerShape, constrainedAxes: UIAxis)
現在の領域にカーソルを合わせると、ポインタが指定された形状に変形します。
現在の領域上を移動するときにポインタを非表示にします。