return true if something changed

This commit is contained in:
Glenn Maynard
2005-12-09 03:05:17 +00:00
parent 03e0d20277
commit a3efa94b2a
2 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ public:
void SetInputMap( const DeviceInput &DeviceI, const GameInput &GameI, int iSlotIndex );
void ClearFromInputMap( const DeviceInput &DeviceI );
void ClearFromInputMap( const GameInput &GameI, int iSlotIndex );
bool ClearFromInputMap( const GameInput &GameI, int iSlotIndex );
void AddDefaultMappingsForCurrentGameIfUnmapped();
void AutoMapJoysticksForCurrentGame();