Home
last modified time | relevance | path

Searched refs:VK_2 (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_vkeys.h25 #define VK_2 '2' macro
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBManagerGUI.java1803 else if (character.startsWith("2")) return KeyEvent.VK_2; in getKeyEventKey()