0

Windows Phone 向けのゲームを開発しています。プロジェクト Windows Phone Game(4.0) を選択します。Windows Phone エミュレーターでオブジェクトを移動するためのコードをいくつか書きますが、そのオブジェクトに入力を与えるためのキーパッドを取得できませんでした。次のファイルもインポートします。

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 でキーパッドを取得できなかったのはなぜですか?

4

1 に答える 1