From 58408195fbde00028d6815a51679cb32b38412af Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 24 Jun 2008 18:12:02 +0000 Subject: [PATCH] change suggested by ynjh_jo --- panda/src/windisplay/winGraphicsWindow.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/windisplay/winGraphicsWindow.cxx b/panda/src/windisplay/winGraphicsWindow.cxx index 96cad93a28..918409ed69 100644 --- a/panda/src/windisplay/winGraphicsWindow.cxx +++ b/panda/src/windisplay/winGraphicsWindow.cxx @@ -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();