Home
last modified time | relevance | path

Searched refs:VK_OEM_2 (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/dports/emulators/fuse/fuse-1.6.0/ui/win32/
H A Dwin32keyboard.c93 case VK_OEM_2: in win32keyboard_keypress()
129 case VK_OEM_2: in win32keyboard_keyrelease()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/input/
H A Dkeycode.c89 VK_OEM_2, /* APPLE_VK_ANSI_Slash (0x2C) */
366 VK_OEM_2, /* <AB10> 61 */
H A Dvirtualkey.c231 { VK_OEM_2, "VK_OEM_2" },
364 { "AB10", VK_OEM_2 },
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/ui/win32/
H A Dkeysyms.c54 { VK_OEM_2, INPUT_KEY_slash },
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/win32/
H A Dui.h157 #ifndef VK_OEM_2
158 #define VK_OEM_2 0xbf macro
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/opengl/
H A DWindowsKeycodes.java258 public static final int VK_OEM_2 = 0xBF; // '/?' for US field in WindowsKeycodes
432 case VK_OEM_2: in mapVirtualKeyToLWJGLCode()
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/QSpec/src/drivers/
H A DGTKeyboardDriverWindows.cpp215 keyPressWindows(VK_OEM_2, GTKeyboardDriver::key[Qt::Key_Shift]); in keyPress()
319 keyReleaseWindows(VK_OEM_2, GTKeyboardDriver::key[Qt::Key_Shift]); in keyRelease()
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dinput.h273 #define VK_OEM_2 0xBF /* Used for miscellaneous characters; it can vary by keyboard. */ macro
429 #define KBD4_T35 VK_OEM_2
604 #define KBD7_T35 VK_OEM_2
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/
H A Dwindows_keyboard_codes.h282 #define VK_OEM_2 0xBF macro
H A Dkeyboard_codes.h499 VKEY_OEM_2 = VK_OEM_2,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/
H A Dwindows_keyboard_codes.h282 #define VK_OEM_2 0xBF macro
H A Dkeyboard_codes.h499 VKEY_OEM_2 = VK_OEM_2,
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DWindowsKeyboardCodes.h236 #define VK_OEM_2 0xBF macro
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/seismic/msvs/
H A DSeismicSimulation.rc67 VK_OEM_2, IDM_ABOUT, VIRTKEY, ALT, NOINVERT
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/seismic/msvs/
H A DSeismicSimulation.rc67 VK_OEM_2, IDM_ABOUT, VIRTKEY, ALT, NOINVERT
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/seismic/gui/
H A Dseismic.rc67 VK_OEM_2, IDM_ABOUT, VIRTKEY, ALT, NOINVERT
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/msw/
H A Dmissing.h86 #define VK_OEM_2 0xBF macro
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/windows/
H A Dkey_mapping_win.cpp217 { KEY_SLASH, VK_OEM_2 }, // (0xBF) //Windows 2000/XP: For the US standard keyboard, the '/?' key
/dports/devel/godot2/godot-2.1.6-stable/platform/windows/
H A Dkey_mapping_win.cpp217 { KEY_SLASH, VK_OEM_2 }, // (0xBF) //Windows 2000/XP: For the US standard keyboard, the '/?' key
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/qt/
H A DPlatformKeyboardEventQt.cpp470 return VK_OEM_2; // case '/': case '?': return 0xBF; in windowsKeyCodeForKeyEvent()
569 case VK_OEM_2: in isVirtualKeyCodeRepresentingCharacter()
/dports/devel/godot-tools/godot-3.2.3-stable/platform/windows/
H A Dkey_mapping_windows.cpp218 { KEY_SLASH, VK_OEM_2 }, // (0xBF) //Windows 2000/XP: For the US standard keyboard, the '/?' key
/dports/devel/godot/godot-3.2.3-stable/platform/windows/
H A Dkey_mapping_windows.cpp218 { KEY_SLASH, VK_OEM_2 }, // (0xBF) //Windows 2000/XP: For the US standard keyboard, the '/?' key
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DWin32VK.java311 VK_OEM_2(0xBF), // '/?' for US enumConstant
/dports/devel/upp/upp/uppsrc/CtrlCore/
H A DWin32Keys.h54 K_SLASH = VK_OEM_2 + K_DELTA,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/keycodes/
H A Dkeyboard_codes_win.h166 VKEY_OEM_2 = VK_OEM_2,

12345678910>>...16