返回介绍

Display.RelativeMouseAt 相对鼠标位置

发布于 2019-12-18 15:37:39 字数 997 浏览 1382 评论 0 收藏 0

JavaScript => public static function RelativeMouseAt(inputMouseCoordinates: Vector3): Vector3;
C# => public static Vector3 RelativeMouseAt(Vector3 inputMouseCoordinates);

Parameters 参数

inputMouseCoordinatesMouse Input Position as Coordinates.
鼠标输入的位置坐标。

Description 描述

Query relative mouse coordinates.

查询相对的鼠标位置坐标。

RelativeMouseAt can be used to query relative mouse input coordinates and the screen in which Mouse Input is recorded. This is only valid on the Windows Desktop platforms with Multiple Displays. x, y returns the coordinates in relative space and z returns the screen in which Mouse Input is handled.

RelativeMouseAt可用于查询相对的鼠标位置坐标和屏幕记录鼠标输入的坐标。该功能仅限于多显示的windows桌面平台。x,y返回相对空间的坐标,z返回处理的屏幕的鼠标输入位置。

display

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

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

发布评论

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