Guide.BeginShowKeyboardInput 并点击以纠正栏?

发布于 2024-11-28 22:23:29 字数 136 浏览 0 评论 0原文

对于 XNA 和 Windows Phone,使用 Guide.BeginShowKeyboardInput 似乎不使用本机“点击更正单词”栏。

有什么办法让它显示出来,或者它是 Windows Phone 上当前 XNA 4.0 的限制吗?

With XNA and Windows Phone, using Guide.BeginShowKeyboardInput doesn't seem to use the native "tap to correct words" bar.

Is there any way to get it to show up, or is it a current XNA 4.0 limitation on Windows Phone?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

多彩岁月 2024-12-05 22:23:29

来自这篇文章:

如果您的应用程序需要键盘支持,那么你应该考虑Silverlight。 Silverlight应用程序默认可以访问软件键盘,但对于使用XNA Game Studio制作的游戏,开发人员需要构建自己的软件键盘控件来启用键盘输入。

使用XNA,您只能使用Guide.BeginShowKeyboardInput,并且这没有您想要的功能。

From this article:

If your application requires keyboard support, then you should consider Silverlight. Silverlight applications get access to the software keyboard by default, but for games made with XNA Game Studio, developers need to build their own software keyboard control to enable keyboard input.

With XNA, you can only use Guide.BeginShowKeyboardInput, and this doesn't have the functionality you desire.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文