mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
change suggested by ynjh_jo
This commit is contained in:
parent
9801436889
commit
58408195fb
@ -2120,6 +2120,7 @@ lookup_key(WPARAM wparam) const {
|
||||
case VK_CAPITAL: return KeyboardButton::caps_lock();
|
||||
case VK_NUMLOCK: return KeyboardButton::num_lock();
|
||||
case VK_SCROLL: return KeyboardButton::scroll_lock();
|
||||
case VK_PAUSE: return KeyboardButton::pause();
|
||||
case VK_SNAPSHOT: return KeyboardButton::print_screen();
|
||||
|
||||
case VK_SHIFT: return KeyboardButton::shift();
|
||||
|
Loading…
x
Reference in New Issue
Block a user