Instance Property
toolEventDelegate
Declaration
unowned(unsafe) var toolEventDelegate: (any NSResponder & GlyphsTool & GlyphsToolEvent)? { get set }Declaration
@property (nonatomic, unsafe_unretained) NSResponder<GlyphsTool,GlyphsToolEvent> * toolEventDelegate;Declaration
toolEventDelegate() -> NSResponder<GlyphsTool,GlyphsToolEvent>
setToolEventDelegate_(toolEventDelegate: NSResponder<GlyphsTool,GlyphsToolEvent>)