Guide.BeginShowKeyboardInput 并点击以纠正栏?
对于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自这篇文章:
如果您的应用程序需要键盘支持,那么你应该考虑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.