unused
This commit is contained in:
@@ -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 ); }
|
||||
|
||||
Reference in New Issue
Block a user