I am developing game for windows phone. I select project Windows Phone Game(4.0). Write some code for moving object on windows phone emulator but I didn't get keypad for giving input to that object. I also import following files.
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;
Why I didn't get keypad on Windows phone Emulator?