Adding AxiosCommandConsole for easy intergration with AxiosGameScreens

Adding the ability to get the InputState object from the ScreenManager

--HG--
branch : xnacc-integration
This commit is contained in:
Nathan Adams
2012-05-26 18:50:49 -05:00
parent e9e97dae39
commit 13857f324d
5 changed files with 34 additions and 0 deletions

View File

@@ -57,6 +57,11 @@ namespace GameStateManagement
#region Properties
public InputState InputState
{
get { return input; }
private set { input = value; }
}
public SpriteFonts Fonts
{