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

/haiku-fatelf/src/bin/consoled/
H A Dconsoled.cpp30 struct keyboard { struct
31 struct keyboard* next;
41 struct keyboard* keyboards;
89 struct keyboard* keyboard = (struct keyboard*)arg; local
109 if (ioctl(keyboard->device, KB_READ, &rawKeyInfo) != 0)
144 update_leds(keyboard->device, modifiers);
158 write(keyboard->target, string, numBytes);
201 for (struct keyboard* keyboar
239 struct keyboard* keyboard = previous; local
[all...]
/haiku-fatelf/src/tests/kits/opengl/glut/game_mode/
H A Dgame_mode.c11 void keyboard(unsigned char key, int x, int y);
116 keyboard(unsigned char key, int x, int y) function
162 glutKeyboardFunc(keyboard);
/haiku-fatelf/src/libs/glut/
H A DglutWindow.h57 GLUTkeyboardCB keyboard; /* keyboard (ASCII,x,y) */ member in class:GlutWindow
58 GLUTkeyboardCB keyboardUp; /* keyboard up (ASCII,x,y) */
71 bool keybEvent; // call keyboard
72 bool keybUpEvent; // call keyboard
84 unsigned char key; // for keyboard callback
85 int keyX, keyY; // for keyboard callback
H A DglutCallback.cpp37 gState.currentWindow->keyboard = keyboardFunc;
H A DglutEvent.cpp209 if (win->keyboard) {
211 win->keyboard(win->key, win->keyX, win->keyY);
401 * DESCRIPTION: handles keyboard and special events
497 if (keyboard) {
526 * DESCRIPTION: handles keyboard and special events
H A DglutWindow.cpp110 keyboard = NULL;
152 // give me the keyboard focus (focus follows mouse, X style, as
H A Dglutint.h391 GLUTkeyboardCB keyboard; /* keyboard (ASCII,x,y) */ member in struct:_GLUTwindow
392 GLUTkeyboardCB keyboardUp; /* keyboard up (ASCII,x,y) */
416 GLUTkeyboardFCB fkeyboard; /* Fortran keyboard */
417 GLUTkeyboardFCB fkeyboardUp; /* Fortran keyboard up */
/haiku-fatelf/src/apps/bootmanager/
H A Dbootman.S87 ; keyboard services
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_mouse.c56 * the keyboard input stream and calls _nc_mouse_inline to queue up a series
91 #include <linux/keyboard.h> /* defines KG_* macros */
624 /* xterm: never have to query, mouse events are in the keyboard stream */
718 /* mouse report received in the keyboard stream -- parse its info */
1247 /* push back the notification event on the keyboard queue */
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dstage1.S85 ; keyboard services
/haiku-fatelf/src/libs/ncurses/misc/
H A Dterminfo.src569 # documentation (except for the keyboard key reassignment feature, which
655 # * Linuxes come with a default keyboard mapping kcbt=^I. This entry, in *
675 # * Linuxes come with a default keyboard mapping kcbt=^I. This entry, in *
877 # In this description based on SCO's keyboard(HW) manpage list of default
1011 # there are two sequences for every key-modifier combination (local keyboard
1430 # NetBSD/FreeBSD vt220 terminal emulator console (pc keyboard & monitor)
1452 # NetBSD/FreeBSD vt220 terminal emulator console (pc keyboard & monitor)
2109 # at the top of the keyboard. The "DO" key is used as F10 to avoid conflict
2201 # at the top of the keyboard. This mapping follows the description given
2453 vt420pc|DEC VT420 w/PC keyboard,
[all...]
H A Dterminfo.tmp569 # documentation (except for the keyboard key reassignment feature, which
655 # * Linuxes come with a default keyboard mapping kcbt=^I. This entry, in *
675 # * Linuxes come with a default keyboard mapping kcbt=^I. This entry, in *
877 # In this description based on SCO's keyboard(HW) manpage list of default
1011 # there are two sequences for every key-modifier combination (local keyboard
1430 # NetBSD/FreeBSD vt220 terminal emulator console (pc keyboard & monitor)
1452 # NetBSD/FreeBSD vt220 terminal emulator console (pc keyboard & monitor)
2109 # at the top of the keyboard. The "DO" key is used as F10 to avoid conflict
2201 # at the top of the keyboard. This mapping follows the description given
2453 vt420pc|DEC VT420 w/PC keyboard,
[all...]
/haiku-fatelf/src/libs/termcap/
H A Dtermcap.src674 # * Linuxes come with a default keyboard mapping kcbt=^I. This entry, in *
700 # * Linuxes come with a default keyboard mapping kcbt=^I. This entry, in *
958 # NetBSD/FreeBSD vt220 terminal emulator console (pc keyboard & monitor)
1088 # NetBSD/FreeBSD vt220 terminal emulator console (pc keyboard & monitor)
2314 # at the top of the keyboard. The "DO" key is used as F10 to avoid conflict
2407 # at the top of the keyboard. This mapping follows the description given
2753 vt420pc|DEC VT420 w/PC keyboard:\
2862 vt510pc|DEC VT510 w/PC keyboard:\
2935 # [Alt]/[Print Screen] depending upon which keyboard and which
2938 # [F3] as the first key after power up, regardless of keyboard typ
[all...]

Completed in 122 milliseconds