mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 14:47:19 +08:00
refs #313 Remove any occurence of function or virtual keycode from CKeyboardKey(list)
Justification for native virtual key is, because its not cross platform.
This commit is contained in:
@@ -235,7 +235,6 @@ namespace BlackInput
|
||||
else
|
||||
{
|
||||
m_pressedKey.setKey(CKeyMappingLinux::convertToKey(virtualKeyCode));
|
||||
m_pressedKey.setNativeVirtualKey(0);
|
||||
}
|
||||
}
|
||||
else
|
||||
@@ -245,7 +244,6 @@ namespace BlackInput
|
||||
else
|
||||
{
|
||||
m_pressedKey.setKey(Qt::Key_unknown);
|
||||
m_pressedKey.setNativeVirtualKey(0);
|
||||
}
|
||||
|
||||
isFinished = true;
|
||||
|
||||
Reference in New Issue
Block a user