This commit is contained in:
Glenn Maynard
2005-12-18 22:45:52 +00:00
parent e9ffd980f0
commit 67f9c89c96
2 changed files with 0 additions and 6 deletions
@@ -99,11 +99,6 @@ static void CALLBACK midiCallback( HMIDIIN device, UINT status, DWORD instancePt
}
}
void InputHandler_Win32_MIDI::Update( float fDeltaTime )
{
}
/*
* Copyright (c) 2005 Charles Lohr
* All rights reserved.
@@ -10,7 +10,6 @@ public:
InputHandler_Win32_MIDI();
~InputHandler_Win32_MIDI();
void Update( float fDeltaTime );
void GetDevicesAndDescriptions( vector<InputDevice>& vDevicesOut, vector<CString>& vDescriptionsOut );
void SetDev( DeviceInput key, bool pressed ) { ButtonPressed( key, pressed ); }