style
This commit is contained in:
@@ -10,10 +10,11 @@ public:
|
||||
InputHandler_Win32_MIDI();
|
||||
~InputHandler_Win32_MIDI();
|
||||
|
||||
void Update(float fDeltaTime);
|
||||
void GetDevicesAndDescriptions(vector<InputDevice>& vDevicesOut, vector<CString>& vDescriptionsOut);
|
||||
void Update( float fDeltaTime );
|
||||
void GetDevicesAndDescriptions( vector<InputDevice>& vDevicesOut, vector<CString>& vDescriptionsOut );
|
||||
|
||||
void SetDev( DeviceInput key, bool pressed ) { ButtonPressed( key, pressed ); }
|
||||
|
||||
private:
|
||||
bool m_bFoundDevice;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user