Home
last modified time | relevance | path

Searched defs:KeyCode (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/dports/emulators/cemu/CEmu-1.3/gui/qt/keypad/
H A Dkeycode.h6 struct KeyCode { struct
7 KeyCode() : mCode(~0) {} in KeyCode() argument
8 KeyCode(unsigned code) : mCode(code) {} in KeyCode() function
9 KeyCode(unsigned row, unsigned col) : mCode(((row & 7) << 3) | in KeyCode() argument
17 bool operator==(KeyCode other) const { return code() == other.code(); } argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dkeycod.hxx36 class VCL_DLLPUBLIC KeyCode class
43 KeyCode() { nKeyCodeAndModifiers = 0; eFunc = KeyFuncType::DONTKNOW; } in KeyCode() function in vcl::KeyCode
80 inline vcl::KeyCode::KeyCode( sal_uInt16 nKey, sal_uInt16 nModifier ) in KeyCode() function in vcl::KeyCode
86 inline vcl::KeyCode::KeyCode( sal_uInt16 nKey, bool bShift, bool bMod1, bool bMod2, bool bMod3 ) in KeyCode() function in vcl::KeyCode
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dkeycod.hxx38 class VCL_DLLPUBLIC KeyCode class
45 KeyCode() { nKeyCodeAndModifiers = 0; eFunc = KeyFuncType::DONTKNOW; } in KeyCode() function in vcl::KeyCode
82 inline vcl::KeyCode::KeyCode( sal_uInt16 nKey, sal_uInt16 nModifier ) in KeyCode() function in vcl::KeyCode
88 inline vcl::KeyCode::KeyCode( sal_uInt16 nKey, bool bShift, bool bMod1, bool bMod2, bool bMod3 ) in KeyCode() function in vcl::KeyCode
/dports/editors/helix/helix-0.5.0/helix-view/src/
H A Dkeyboard.rs59 pub enum KeyCode { enum
103 impl From<KeyCode> for crossterm::event::KeyCode { implementation
131 impl From<crossterm::event::KeyCode> for KeyCode { implementation
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/pluginterfaces/base/
H A Dkeycodes.h147 struct KeyCode struct
156 /** Constructs a new KeyCode. */ argument
162 inline KeyCode& operator= (const KeyCode& other) SMTG_NOEXCEPT argument
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/pluginterfaces/base/
H A Dkeycodes.h148 struct KeyCode struct
157 /** Constructs a new KeyCode. */ argument
165 * @see Steinberg::KeyCode argument
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/linux/x11/util/
H A Dmodifiers.rs81 keys: &[ffi::KeyCode], in read_x_keys()
139 pub fn key_event(&mut self, state: ElementState, keycode: ffi::KeyCode, modifier: Modifier) { in key_event()
146 pub fn key_press(&mut self, keycode: ffi::KeyCode, modifier: Modifier) { in key_press()
152 pub fn key_release(&mut self, keycode: ffi::KeyCode) { in key_release()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/linux/x11/util/
H A Dmodifiers.rs81 keys: &[ffi::KeyCode], in read_x_keys()
139 pub fn key_event(&mut self, state: ElementState, keycode: ffi::KeyCode, modifier: Modifier) { in key_event()
146 pub fn key_press(&mut self, keycode: ffi::KeyCode, modifier: Modifier) { in key_press()
152 pub fn key_release(&mut self, keycode: ffi::KeyCode) { in key_release()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/src/
H A Dkeyboard.rs28 pub struct KeyCode { struct
29 pub code: u32,
30 pub keymap_idx: usize,
103 ) -> HashMap<String, KeyCode> { in generate_keycodes() argument
H A Dvkeyboard.rs7 type KeyCode = u32; typedef
72 keycode: KeyCode, in switch()
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfKeyCode.cpp49 KeyCode::KeyCode (int filmMfcCode, in KeyCode() function in KeyCode
67 KeyCode::KeyCode (const KeyCode &other) in KeyCode() function in KeyCode
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfKeyCode.cpp49 KeyCode::KeyCode (int filmMfcCode, in KeyCode() function in KeyCode
67 KeyCode::KeyCode (const KeyCode &other) in KeyCode() function in KeyCode
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfKeyCode.cpp49 KeyCode::KeyCode (int filmMfcCode, in KeyCode() function in KeyCode
67 KeyCode::KeyCode (const KeyCode &other) in KeyCode() function in KeyCode
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfKeyCode.cpp19 KeyCode::KeyCode (int filmMfcCode, in KeyCode() function in KeyCode
37 KeyCode::KeyCode (const KeyCode &other) in KeyCode() function in KeyCode
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cursive-0.16.3/src/backends/
H A Dblt.rs113 kc: KeyCode, in blt_keycode_to_ev()
374 fn blt_keycode_to_char(kc: KeyCode, shift: bool) -> char { in blt_keycode_to_char()
382 fn blt_keycode_to_char_impl(kc: KeyCode, shift: bool) -> char { in blt_keycode_to_char_impl()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Bus/Usb/UsbKbDxe/
H A DKeyBoard.c475 IN UINT8 KeyCode in GetKeyDescriptor()
601 UINT8 KeyCode; in SetKeyboardLayoutEvent() local
1260 OUT UINT8 *KeyCode in USBParseKey()
1503 IN UINT8 KeyCode, in UsbKeyCodeToEfiInputKey()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
H A DKeyBoard.c469 IN UINT8 KeyCode in GetKeyDescriptor()
595 UINT8 KeyCode; in SetKeyboardLayoutEvent() local
1261 OUT UINT8 *KeyCode in USBParseKey()
1564 IN UINT8 KeyCode, in UsbKeyCodeToEfiInputKey()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
H A DKeyBoard.c469 IN UINT8 KeyCode in GetKeyDescriptor()
595 UINT8 KeyCode; in SetKeyboardLayoutEvent() local
1261 OUT UINT8 *KeyCode in USBParseKey()
1564 IN UINT8 KeyCode, in UsbKeyCodeToEfiInputKey()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
H A DKeyBoard.c469 IN UINT8 KeyCode in GetKeyDescriptor()
595 UINT8 KeyCode; in SetKeyboardLayoutEvent() local
1261 OUT UINT8 *KeyCode in USBParseKey()
1564 IN UINT8 KeyCode, in UsbKeyCodeToEfiInputKey()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Bus/Usb/UsbKbDxe/
H A DKeyBoard.c469 IN UINT8 KeyCode in GetKeyDescriptor()
595 UINT8 KeyCode; in SetKeyboardLayoutEvent() local
1261 OUT UINT8 *KeyCode in USBParseKey()
1564 IN UINT8 KeyCode, in UsbKeyCodeToEfiInputKey()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
H A DKeyBoard.c469 IN UINT8 KeyCode in GetKeyDescriptor()
595 UINT8 KeyCode; in SetKeyboardLayoutEvent() local
1261 OUT UINT8 *KeyCode in USBParseKey()
1564 IN UINT8 KeyCode, in UsbKeyCodeToEfiInputKey()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Bus/Usb/UsbKbDxe/
H A DKeyBoard.c469 IN UINT8 KeyCode in GetKeyDescriptor()
595 UINT8 KeyCode; in SetKeyboardLayoutEvent() local
1261 OUT UINT8 *KeyCode in USBParseKey()
1564 IN UINT8 KeyCode, in UsbKeyCodeToEfiInputKey()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
H A DKeyBoard.c469 IN UINT8 KeyCode in GetKeyDescriptor()
595 UINT8 KeyCode; in SetKeyboardLayoutEvent() local
1261 OUT UINT8 *KeyCode in USBParseKey()
1564 IN UINT8 KeyCode, in UsbKeyCodeToEfiInputKey()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Bus/Usb/UsbKbDxe/
H A DKeyBoard.c469 IN UINT8 KeyCode in GetKeyDescriptor()
595 UINT8 KeyCode; in SetKeyboardLayoutEvent() local
1261 OUT UINT8 *KeyCode in USBParseKey()
1564 IN UINT8 KeyCode, in UsbKeyCodeToEfiInputKey()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
H A DKeyBoard.c469 IN UINT8 KeyCode in GetKeyDescriptor()
595 UINT8 KeyCode; in SetKeyboardLayoutEvent() local
1261 OUT UINT8 *KeyCode in USBParseKey()
1564 IN UINT8 KeyCode, in UsbKeyCodeToEfiInputKey()

12345678910>>...14