+ * - Adding rotation to DrawableAxiosGameObject

+ * - Adding InputState extensions to test for input agaisnt Player One
This commit is contained in:
Nathan Adams
2012-06-03 15:39:11 -05:00
parent 60a106a27c
commit 4ba6fd89ee
7 changed files with 15 additions and 7 deletions

View File

@@ -473,7 +473,6 @@ namespace GameStateManagement
}
}
/// <summary>
/// Helper for checking if a button was pressed during this update.
/// The controllingPlayer parameter specifies which player to read input for.
@@ -501,7 +500,6 @@ namespace GameStateManagement
}
}
/// <summary>
/// Helper for checking if a key was newly pressed during this update. The
/// controllingPlayer parameter specifies which player to read input for.
@@ -552,7 +550,6 @@ namespace GameStateManagement
}
}
/// <summary>
/// Helper for checking if a button was newly pressed during this update.
/// The controllingPlayer parameter specifies which player to read input for.