This commit is contained in:
Glenn Maynard
2006-09-13 02:09:55 +00:00
parent 1a90d3c57e
commit 72c9cf47c1
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -1,7 +1,6 @@
#include "global.h"
#include "InputQueue.h"
#include "RageTimer.h"
#include "InputMapper.h"
#include "InputEventPlus.h"
-2
View File
@@ -5,7 +5,6 @@
#include "GameConstantsAndTypes.h"
#include "GameInput.h"
#include "MenuInput.h"
const unsigned MAX_INPUT_QUEUE_LENGTH = 16;
class InputEventPlus;
@@ -18,7 +17,6 @@ public:
void RememberInput( const InputEventPlus &gi );
bool MatchesSequence( GameController c, const GameButton* button_sequence, int iNumButtons, float fMaxSecondsBack );
bool MatchesSequence( GameController c, const MenuButton* button_sequence, int iNumButtons, float fMaxSecondsBack );
bool WasPressedRecently( GameController c, const GameButton button, const RageTimer &OldestTimeAllowed, InputEventPlus *pIEP = NULL );
bool AllWerePressedRecently( GameController c, const GameButton* buttons, int iNumButtons, float fMaxSecondsBack );