Searched refs:keyboard (Results 1 - 25 of 85) sorted by relevance

1234

/vbox/src/VBox/Frontends/Common/VBoxKeyboard/
H A DMakefile3 # Makefile for building the VirtualBox keyboard handler library.
22 VBoxKeyboard.so : keyboard.o
23 gcc -shared -o VBoxKeyboard.so keyboard.o -lX11
H A Dkeyboard-list.h3 * VBox/Frontends/Common - X11 keyboard driver translation tables (keyboard layouts)
8 keyboard layouts known to X.org. */
36 # error This file must be included from within keyboard-tables.h
39 /* This file contains a list of the keyboard layouts in
40 keyboard-layouts.h, along with the name of the layout, for the
91 {"Bosnia and Herzegovina, US keyboard with Bosnian digraphs", &main_key_ba_unicodeus},
92 {"Bosnia and Herzegovina, US keyboard with Bosnian letters", &main_key_ba_us},
186 {"Lithuania, US keyboard with Lithuanian letters", &main_key_lt_us},
194 {"Malta, Maltese keyboard wit
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIKeyboardHandler.h50 /* Delegate to control VM keyboard functionality: */
62 /* Factory functions to create/destroy keyboard-handler: */
70 /* Commands to capture/release keyboard: */
78 /* Current keyboard state: */
127 /** Returns the console's keyboard reference. */
128 CKeyboard& keyboard() const;
145 void keyEventReleaseHostComboKeys(CKeyboard keyboard);
146 /* Separate function to handle most of existing keyboard-events: */
171 /* Other keyboard variables: */
192 /* Keyboard hook required to capture keyboard even
[all...]
H A DUIKeyboardHandler.cpp78 /* Enums representing different keyboard-states: */
86 /* Factory function to create keyboard-handler: */
90 /* Prepare keyboard-handler: */
112 * because windows keyboard-hook works only with static members: */
115 /* Return prepared keyboard-handler: */
119 /* Factory function to destroy keyboard-handler: */
122 /* Delete keyboard-handler: */
154 /* Check if we should release keyboard first: */
209 /* Do NOT capture keyboard if its captured already: */
216 /* Store new keyboard
860 CKeyboard& UIKeyboardHandler::keyboard() const function in class:UIKeyboardHandler
1420 keyEventReleaseHostComboKeys(CKeyboard keyboard) argument
[all...]
/vbox/src/VBox/Frontends/VBoxFB/
H A DVBoxFB.cpp241 nsCOMPtr<IKeyboard> keyboard; local
336 console->GetKeyboard(getter_AddRefs(keyboard));
550 // did we get any keyboard events?
556 keyboard->PutScancodes(numKeyEvents, keyEvents,
560 keyboard->PutScancode(keyEvents[0]);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddgaproc.h61 DGASetInputMode(int Index, Bool keyboard, Bool mouse);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddgaproc.h61 DGASetInputMode(int Index, Bool keyboard, Bool mouse);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Ddgaproc.h68 Bool keyboard,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddgaproc.h68 Bool keyboard,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddgaproc.h68 Bool keyboard,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddgaproc.h68 Bool keyboard,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddgaproc.h68 Bool keyboard,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddgaproc.h68 Bool keyboard,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddgaproc.h68 Bool keyboard,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddgaproc.h68 Bool keyboard,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddgaproc.h68 Bool keyboard,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddgaproc.h68 Bool keyboard,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddgaproc.h61 DGASetInputMode(int Index, Bool keyboard, Bool mouse);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddgaproc.h61 DGASetInputMode(int Index, Bool keyboard, Bool mouse);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddgaproc.h61 DGASetInputMode(int Index, Bool keyboard, Bool mouse);
/vbox/src/VBox/Devices/PC/BIOS/
H A Dmakefile33 boot.obj keyboard.obj disk.obj serial.obj system.obj invop.obj &
/vbox/src/VBox/Additions/x11/Installer/
H A Dx11config.sh43 '"\(kbd\|keyboard\)"'
44 # ^\s*driver\s+\"(kbd|keyboard)\"
59 test -z "${kbd_drv}" && test -z "${auto_keyboard}" && kbd_drv=keyboard
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/Xext/
H A Ddgaproc.h72 Bool keyboard,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Ddgaproc.h69 Bool keyboard,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Ddgaproc.h69 Bool keyboard,

Completed in 103 milliseconds

1234