NSEvent trackingArea 属性对mouseMov

2020-03-16  本文已影响0人  皮蛋豆腐酱油

在mouseMoved事件里写theEvent.trackingArea运行时会崩

/* these messages are valid for enter and exit events */
@property (readonly) NSInteger trackingNumber;
@property (nullable, readonly) void userData NS_RETURNS_INNER_POINTER;
/
-trackingArea returns the NSTrackingArea that generated this event. It is possible for there to be no trackingArea associated with the event in some cases where the event corresponds to a trackingRect installed with -[NSView addTrackingRect:owner:userData:assumeInside:], in which case nil is returned. */
@property (nullable, readonly, strong) NSTrackingArea *trackingArea API_AVAILABLE(macos(10.5));

上一篇下一篇

猜你喜欢

热点阅读