Searched refs:VK_UP (Results 1 – 13 of 13) sorted by relevance
115 #ifndef VK_UP116 #define VK_UP 0x26 // UP ARROW key macro
130 VKEY_UP = VK_UP,
40 VKEY_UP = VK_UP,
346 return KeyEvent.VK_UP; in convertJmeCode()574 case KeyEvent.VK_UP: in convertAwtKey()
487 VK_keymap[VK_UP] = SDLK_UP; in DIB_InitOSKeymap()580 case VK_UP: return EXTKEYPAD(VK_NUMPAD8); in SDL_MapVirtualKey()
451 #define VK_UP 0x26 macro485 vk_code = VK_UP; in GetKeyCode()
37 case VK_UP: in GetLocationModifier()
64 case VK_UP: in getLocationModifier()
198 /* 0x7E */ VK_UP, // Up Arrow
17 from java.awt.event.KeyEvent import VK_UP, VK_DOWN
93 { VK_UP, kUp_SkKey }, in winToskKey()
1911 case VK_UP: in OnKeyDownOnlyWritable()1917 model_->OnUpOrDownKeyPressed(((key == VK_PRIOR) || (key == VK_UP)) ? in OnKeyDownOnlyWritable()