Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法检测 NSView 中的点击并按住?我想在按住鼠标按钮 0.5 秒后触发一个事件 - 类似于 iOS 中的 longPressGesture。
我不知道具体的选择器,这听起来像是你要求的,但你可以很容易地自己处理这个。
当鼠标按下事件发生并且经过一段时间后启动一个计时器,如果鼠标按下事件在指定的经过时间之前没有发生,则对其做出反应。