I'm using Monogame to develop an universal app for Windows Store and Windows Phone.
I know that is possible to check if a TouchPanel is available and I'm looking for a method that do the same thing with a mouse.
I can't ignore the fact that a mouse is not connected because instructions like this.IsMouseVisible = true; launch exceptions on Windows Phone.
Thank you all for your reply,
Luca.