标签: cocoa nsview gestures nsresponder
我在NSView中有一个NSScrollView子类,它实现了-swipeWithEvent。我注意到,在用户首次在触控板上执行双指滚动之前,永远不会调用swipeWithEvent:。在那之后,它一直工作。什么可能导致这种情况?
NSView
NSScrollView
-swipeWithEvent
swipeWithEvent: