返回介绍

Input.compositionCursorPos 输入法组合鼠标位置

发布于 2019-12-18 15:37:52 字数 1229 浏览 926 评论 0 收藏 0

JavaScript => public static var compositionCursorPos: Vector2;
C# => public static Vector2 compositionCursorPos;

Description 描述

The current text input position used by IMEs to open windows.

当前文本输入位置,使用于IME来打开窗口。

Some language IMEs such as Japanese will open windows while the user is typing text, to aid the user in picking the correct input strings. These windows are expected to pop up at the current cursor position, so the IME needs to know where input is displayed. When using Unity's built in GUI system for text input, Unity will take care of setting the cursor position for the IME. However, if you wish to implement your own GUI for text input, you need to set this to the current text input position for IME windows to show up correctly. See Also: Input.imeCompositionMode, Input.compositionString.

某些语言IME,例如日语,在用户输入文本时,将打开窗口,以帮助用户选择正确的输入字符串。这些窗口在当前光标位置弹出,因此输入法需要知道在哪里显示输入。当使用Unity内置GUI系统为文本输入,Unity将考虑为IME设置鼠标位置。然而,如果想要实现你自己的图像用户界面用来文本输入,必须设置这个到当前文本输入位置,为使IME窗口正确显示。

JavaScript:

未提供代码

C#:

未提供代码

Input

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

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

发布评论

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