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.
如何在 webOS 中分别实现 DoubleTap 事件和 SingleTap 事件?
在 Mojo.Event.tap 的处理程序中,查看事件的计数字段。双击为 2,单击为 1。请注意,您总是会先单击一次,因此请确保您不要对此进行任何破坏性操作。