什么是 touches cancelled 事件,它与 touches end 有什么不同

Posted

技术标签:

【中文标题】什么是 touches cancelled 事件,它与 touches end 有什么不同【英文标题】:What is the touches canceled event, and how is it different from touches ended 【发布时间】:2010-01-12 01:59:34 【问题描述】:

我只是不明白 Apple 所说的 touches cancelled 事件是什么意思以及它是如何调用的。

【问题讨论】:

【参考方案1】:

我不确定蒂姆是否解决了你的问题,所以我会试一试。

当操作系统需要中断用户时调用touchesCanceled。它让您有机会清理您在 touchesBegan 和 touchesMoved 中所做的一切。

更具体地说,当用户将手机放在他/她的脸上关闭屏幕,或者出现来电或新短信等通知时,就会调用它。

【讨论】:

以上是关于什么是 touches cancelled 事件,它与 touches end 有什么不同的主要内容,如果未能解决你的问题,请参考以下文章

Android Touch事件传递机制

jQuery -- touch事件之滑动判断(左右上下方向)

Cocos Creator 3.0 基础——事件系统

Cocos Creator 3.0 基础——事件系统

Cocos Creator 3.0 基础——事件系统

Android的Touch系统简介