C# 未获取用于输入的Windows Phone emulator键盘

C# 未获取用于输入的Windows Phone emulator键盘,c#,xna,windows-phone-7.1,xbox360,C#,Xna,Windows Phone 7.1,Xbox360,我正在为windows phone开发游戏。我选择project Windows Phone Game4.0。 在windows phone emulator上编写一些用于移动对象的代码,但我并没有为该对象提供输入的键盘。 我还导入以下文件 using System; using System.Collections.Generic; using System.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.A

我正在为windows phone开发游戏。我选择project Windows Phone Game4.0。 在windows phone emulator上编写一些用于移动对象的代码,但我并没有为该对象提供输入的键盘。 我还导入以下文件

using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Audio;
using Microsoft.Xna.Framework.Content;
using Microsoft.Xna.Framework.GamerServices;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework.Input;
using Microsoft.Xna.Framework.Input.Touch;
using Microsoft.Xna.Framework.Media;

为什么我没有在Windows phone Emulator上安装键盘?

你可以试试这个,它应该可以在XNA、Silverlight和Silverlight/XNA中使用


您尝试执行哪个操作来显示键盘?当你选择一个输入字段时,它通常只会出现。为了使这个答案正确,请考虑从链接中复制代码的相关部分。