Updating more code

--HG--
branch : axios-newgsm
This commit is contained in:
nathan@daedalus
2012-04-17 22:21:33 -05:00
parent 494a128094
commit 7cc7e9130c
9 changed files with 24 additions and 7 deletions

View File

@@ -69,7 +69,7 @@ namespace Axios.Engine
this.ScaleChanged(gameObject);
}
private void OnEvent(AxiosHandler e, AxiosGameScreen gameScreen, InputHelper input)
private void OnEvent(AxiosHandler e, AxiosGameScreen gameScreen, InputState input)
{
AxiosHandler handle = e;
if (handle != null)

View File

@@ -334,7 +334,7 @@ namespace Axios.Engine
}
}
public override void HandleInput(InputState input, GameTime gameTime)
public override void HandleInput(GameTime gameTime, InputState input)
{
base.HandleInput(input, gameTime);
@@ -345,7 +345,7 @@ namespace Axios.Engine
g.HandleInput(this, input, gameTime);
}
public override void UnloadContent()
public override void Deactivate()
{
base.UnloadContent();
//AxiosLog.Instance.AddLine("Memory usage before cleanup: " + GC.GetTotalMemory(true).ToString(), LoggingFlag.DEBUG);