研究调查问卷:请告诉我们您使用 Blockly 的体验
开始调查问卷
blockly > 触摸
触摸命名空间
函数
变量
变量 |
说明 |
TOUCH_ENABLED |
是否在浏览器中启用触摸功能。从 Closure 的 goog.events.BrowserFeature.TOUCH_enabled 中复制 |
TOUCH_MAP |
TOUCH_MAP 查找字典指定要与鼠标事件一起触发的其他触摸事件。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-02。
[null,null,["最后更新时间 (UTC):2023-12-02。"],[[["The Blockly Touch namespace manages touch interactions and gestures within the Blockly environment."],["It provides functions to track and identify touch streams, ensuring only one touch interaction is active at a time."],["The namespace includes variables for detecting touch capabilities and mapping touch events to corresponding mouse events for cross-platform compatibility."],["Developers can utilize the Touch namespace's functions to control touch behavior and integrate touch-based interactions in their Blockly applications."]]],[]]