I’ve seen a few queries of how to get text input into an XNA game on Windows Phone 7 – so I thought I’d show you how. It is all very simple. All you need to do is call Guide.BeginShowKeyboardInput. This uses the IAsync pattern to provide asynchronous input to game play. To get the string result from...