new MSPointer(game)
The MSPointer class handles Microsoft touch interactions with the game and the resulting Pointer objects. It will work only in Internet Explorer 10+ and Windows Store or Windows Phone 8 apps using JavaScript.http://msdn.microsoft.com/en-us/library/ie/hh673557(v=vs.85).aspx You should not normally access this class directly, but instead use a Phaser.Pointer object whichnormalises all game input for you including accurate button handling. Please note that at the current time