Add noisy logging. Will be removed shortly.
This commit is contained in:
@@ -157,7 +157,10 @@ void KeyboardDevice::AddElement( int usagePage, int usage, int cookie, const CFD
|
|||||||
|
|
||||||
DeviceButton button;
|
DeviceButton button;
|
||||||
if( UsbKeyToDeviceButton(usage,button) )
|
if( UsbKeyToDeviceButton(usage,button) )
|
||||||
|
{
|
||||||
|
LOG->Trace( "\t\tAdding button %s", DeviceButtonToString(button).c_str() );
|
||||||
m_Mapping[cookie] = button;
|
m_Mapping[cookie] = button;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void KeyboardDevice::Open()
|
void KeyboardDevice::Open()
|
||||||
|
|||||||
Reference in New Issue
Block a user