返回介绍

Input.touchSupported 触摸支持

发布于 2019-12-18 15:37:53 字数 653 浏览 961 评论 0 收藏 0

JavaScript => public static var touchSupported: bool;
C# => public static bool touchSupported;

Description 描述

Returns whether the device on which application is currently running supports touch input.

返回设备是否在当前运行的应用程序支持触摸输入。

Rather than checking the platform, use this property to determine whether your game should expect touch input, as some platforms can support multiple input methods.

并不是检查平台,使用此属性确定是否你的游戏应该触摸输入,有的平台可以支持多种输入方式。

JavaScript:

未提供代码

C#:

未提供代码

Input

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文