Home
last modified time | relevance | path

Searched refs:kVK_ANSI_Keypad9 (Results 1 – 25 of 92) sorted by relevance

1234

/dports/multimedia/mplayer/mplayer-export-2021-12-29/libvo/
H A Dosx_common.c41 #define kVK_ANSI_Keypad9 0x5c macro
104 {kVK_ANSI_Keypad8, KEY_KP8}, {kVK_ANSI_Keypad9, KEY_KP9},
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libvo/
H A Dosx_common.c41 #define kVK_ANSI_Keypad9 0x5c macro
104 {kVK_ANSI_Keypad8, KEY_KP8}, {kVK_ANSI_Keypad9, KEY_KP9},
/dports/x11/cool-retro-term/cool-retro-term-1.1.1/qmltermwidget/lib/
H A Dmac-vkcode.h70 kVK_ANSI_Keypad9 = 0x5C enumerator
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_get_key_mac.cxx108 kVK_ANSI_Keypad9 = 0x5C enumerator
206 …{ kVK_ANSI_Keypad8, FL_KP+'8' }, { kVK_ANSI_Keypad9, FL_KP+'9' }, { kVK_ANSI_KeypadEquals, FL_KP+'…
/dports/devel/upp/upp/uppsrc/CtrlCore/
H A DCocoCode.h81 kVK_ANSI_Keypad9 = 0x5C enumerator
H A DCocoKeys.h49 K_NUMPAD9 = kVK_ANSI_Keypad9|K_DELTA,
/dports/emulators/sameboy/SameBoy-0.14.7/Cocoa/
H A DNSString+StringForKey.m37 if ((keyCode < kVK_ANSI_Keypad0 || keyCode > kVK_ANSI_Keypad9)) {
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/jogamp/newt/driver/macosx/
H A DMacKeyUtil.java101 private static final short kVK_ANSI_Keypad9 = 0x5C; field in MacKeyUtil
304 case kVK_ANSI_Keypad9: return KeyEvent.VK_9; in validateKeyCode()
/dports/editors/yudit/yudit-3.0.7/swindow/sosx/
H A DSKeyboard.mm104 kVK_ANSI_Keypad9 = 0x5C
296 [kVK_ANSI_Keypad9] =SWindowListener::Key_9,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/
H A Dglobal_keyboard_shortcuts_mac_unittest.mm107 {kVK_ANSI_9, kVK_ANSI_Keypad9},
H A Dglobal_keyboard_shortcuts_mac.mm164 {true, false, false, false, kVK_ANSI_Keypad9, IDC_SELECT_LAST_TAB},
/dports/net/freerdp/freerdp-2.5.0/server/Mac/
H A Dmf_input.c109 kVK_ANSI_Keypad9, // 0x49
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DEvents.pas436 kVK_ANSI_Keypad9 = $5C;
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/InputCommon/ControllerInterface/Quartz/
H A DQuartzKeyboardAndMouse.mm106 {kVK_ANSI_Keypad9, "Keypad 9"},
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_base/base/platform/mac/
H A Dbase_global_shortcuts_mac.mm323 { kVK_ANSI_Keypad9, "Num 9" },
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/mobile/app/
H A Ddarwin_desktop.go430 case C.kVK_ANSI_Keypad9:
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/cocoa/
H A DMTKeyTranslator.mm84 case kVK_ANSI_Keypad9: return VK_NUMPAD9;
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/plugins/DFInput/macsrc/
H A Dcfg.c124 { kVK_ANSI_Keypad9 + 1, "Keypad 9" },
/dports/multimedia/mpv/mpv-0.34.1/osdep/
H A Dmacosx_events.m108 {kVK_ANSI_Keypad8, MP_KEY_KP8}, {kVK_ANSI_Keypad9, MP_KEY_KP9},
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/shiny/driver/gldriver/
H A Dcocoa.go600 case C.kVK_ANSI_Keypad9:
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/exp/shiny/driver/gldriver/
H A Dcocoa.go601 case C.kVK_ANSI_Keypad9:
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/
H A Dobs-cocoa.m418 return kVK_ANSI_Keypad9;
1006 return kVK_ANSI_Keypad9;
1369 case kVK_ANSI_Keypad9:
/dports/graphics/nanort/nanort-b1feea8/examples/common/OpenGLWindow/
H A DMacOpenGLWindow.mm581 kVK_ANSI_Keypad9 = 0x5C
757 case kVK_ANSI_Keypad9 : {keycode = '9'; break;}
/dports/graphics/aseprite/aseprite-1.2.9/src/she/osx/
H A Dvk.mm264 kKey9Pad, // 0x5C - kVK_ANSI_Keypad9
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/carbon/
H A Dapp.cpp567 case WXK_NUMPAD9: keycode = kVK_ANSI_Keypad9; break; in wxCharCodeWXToOSX()

1234