big checkin - new noteskin format and XY positioning. I probably broke a lot of things.
This commit is contained in:
@@ -33,13 +33,12 @@ public:
|
||||
void SaveMappingsToDisk();
|
||||
|
||||
void ClearAllMappings();
|
||||
void ClearDefaultMappings();
|
||||
|
||||
void SetInputMap( DeviceInput DeviceI, GameInput GameI, int iSlotIndex );
|
||||
void ClearFromInputMap( DeviceInput DeviceI );
|
||||
void ClearFromInputMap( GameInput GameI, int iSlotIndex );
|
||||
|
||||
void AddDefaultMappingsForCurrentGame();
|
||||
void AddDefaultMappingsForCurrentGameIfUnmapped();
|
||||
|
||||
bool IsMapped( DeviceInput DeviceI );
|
||||
bool IsMapped( GameInput GameI );
|
||||
|
||||
Reference in New Issue
Block a user