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