Cleanup.
This commit is contained in:
@@ -82,7 +82,9 @@ protected:
|
||||
virtual void Open() = 0;
|
||||
|
||||
inline void AddElementToQueue( int cookie )
|
||||
{ CALL( mQueue, addElement, IOHIDElementCookie(cookie), 0 ); }
|
||||
{
|
||||
CALL( mQueue, addElement, IOHIDElementCookie(cookie), 0 );
|
||||
}
|
||||
public:
|
||||
Device();
|
||||
virtual ~Device();
|
||||
|
||||
@@ -23,8 +23,7 @@ public:
|
||||
InputHandler_Carbon();
|
||||
~InputHandler_Carbon();
|
||||
|
||||
void GetDevicesAndDescriptions( vector<InputDevice>& vDevicesOut,
|
||||
vector<CString>& vDescriptionsOut );
|
||||
void GetDevicesAndDescriptions( vector<InputDevice>& vDevicesOut, vector<CString>& vDescriptionsOut );
|
||||
|
||||
static void QueueCallBack( void *target, int result, void *refcon, void *sender );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user