Home
last modified time | relevance | path

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

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