This commit is contained in:
Glenn Maynard
2006-09-13 08:24:21 +00:00
parent 5ca7cf8809
commit 09663989be
+1 -1
View File
@@ -34,7 +34,7 @@ public:
bool IsMapped( const DeviceInput &DeviceI );
bool DeviceToGame( const DeviceInput &DeviceI, GameInput& GameI ); // return true if there is a mapping from device to pad
bool GameToDevice( const GameInput &GameI, int iSoltNum, DeviceInput& DeviceI ); // return true if there is a mapping from pad to device
bool GameToDevice( const GameInput &GameI, int iSlotNum, DeviceInput& DeviceI ); // return true if there is a mapping from pad to device
void GameToMenu( const GameInput &GameI, MenuInput &MenuI );
void MenuToGame( const MenuInput &MenuI, GameInput GameIout[4] );