add InputMapper::GetLevel

This commit is contained in:
Glenn Maynard
2007-01-13 06:55:47 +00:00
parent 4b16146370
commit 5bc8fc0ad2
2 changed files with 28 additions and 0 deletions
+3
View File
@@ -98,6 +98,9 @@ public:
void RepeatStopKey( const GameInput &GameI );
void RepeatStopKey( GameButton MenuI, PlayerNumber pn );
float GetLevel( const GameInput &GameI );
float GetLevel( GameButton MenuI, PlayerNumber pn );
static InputDevice MultiPlayerToInputDevice( MultiPlayer mp );
static MultiPlayer InputDeviceToMultiPlayer( InputDevice id );