Mini-rewrite of input mapping, theme support, and added KSF reader.

This commit is contained in:
Chris Danford
2002-07-31 19:40:40 +00:00
parent 488798fef6
commit 4ec08edf2d
88 changed files with 1444 additions and 851 deletions
+2 -1
View File
@@ -187,6 +187,7 @@ CString DeviceInput::GetDescription()
case DIK_LWIN: sReturn += "Left Win"; break;
case DIK_RWIN: sReturn += "Right Win"; break;
case DIK_APPS: sReturn += "App Menu"; break;
case DIK_NUMPADENTER: sReturn += "NumPadEnter"; break;
default: sReturn += "Unknown Key"; break;
}
@@ -284,7 +285,7 @@ BOOL CALLBACK EnumAxesCallback( const DIDEVICEOBJECTINSTANCE* pdidoi,
RageInput::RageInput( HWND hWnd )
{
LOG->WriteLine( "RageInput::RageInput()" );
LOG->Trace( "RageInput::RageInput()" );
int i;