mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 14:07:35 +08:00
Issue #125 Linux: error on failure to open input device file
This commit is contained in:
@@ -254,6 +254,10 @@ namespace BlackInput
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
BlackMisc::CLogMessage(this).error(u"Failed to open keyboard device %1: %2") << inputFile->fileName() << inputFile->errorString();
|
||||
}
|
||||
}
|
||||
|
||||
void CKeyboardLinux::keyEvent(int keyCode, bool isPressed)
|
||||
|
||||
Reference in New Issue
Block a user