Searched defs:Keyboard (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/include/
H A DKeyboardImpl.h43 class ATL_NO_VTABLE Keyboard : class in inherits:KeyboardWrap
48 DECLARE_EMPTY_CTOR_DTOR(Keyboard)
66 // Wrapped Keyboard properties
70 // Wrapped Keyboard members
/vbox/src/VBox/Main/src-client/
H A DKeyboardImpl.cpp36 /** @name Keyboard device capabilities bitfield
47 * Keyboard driver instance data.
52 Keyboard *pKeyboard;
67 Keyboard::Keyboard() function in class:Keyboard
72 Keyboard::~Keyboard()
76 HRESULT Keyboard::FinalConstruct()
85 void Keyboard::FinalRelease()
100 HRESULT Keyboard
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/
H A DBdsPlatform.h184 ACPI_HID_DEVICE_PATH Keyboard; member in struct:__anon12623
/vbox/src/VBox/Devices/Input/
H A DPS2K.cpp21 * Keyboard Scan Code Specification, Microsoft, 2000
49 /** @name Keyboard commands sent by the system.
72 /** @name Keyboard responses sent to the system.
213 * Keyboard port - LUN#0.
229 } Keyboard; member in struct:PS2K
370 /* 66 */ {0x5E, 0x37, UNKN, KF_E0, T_U }, /* Key Unk: Keyboard Power */
384 /* 74 */ {UNAS, UNAS, UNAS, 0, T_U }, /* Key Unk: Keyboard Execute */
385 /* 75 */ {UNAS, UNAS, UNAS, 0, T_U }, /* Key Unk: Keyboard Help */
386 /* 76 */ {UNAS, UNAS, UNAS, 0, T_U }, /* Key Unk: Keyboard Menu */
387 /* 77 */ {UNAS, UNAS, UNAS, 0, T_U }, /* Key Unk: Keyboard Selec
[all...]

Completed in 253 milliseconds