vk shift crash
This commit is contained in:
parent
123bb31f50
commit
103a35ee40
1 changed files with 1 additions and 0 deletions
|
|
@ -191,6 +191,7 @@ CrafterKeys vk_to_crafter_key(WPARAM vk)
|
|||
case VK_SCROLL: return CrafterKeys::ScrollLock;
|
||||
|
||||
// Modifiers
|
||||
case VK_SHIFT: return CrafterKeys::LeftShift;
|
||||
case VK_LSHIFT: return CrafterKeys::LeftShift;
|
||||
case VK_RSHIFT: return CrafterKeys::RightShift;
|
||||
case VK_LCONTROL: return CrafterKeys::LeftCtrl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue