Searched refs:first_keycode (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | SetPntMap.c | 57 int first_keycode, 67 req->firstKeyCode = first_keycode; 55 XChangeKeyboardMapping(register Display * dpy,int first_keycode,int keysyms_per_keycode,KeySym * keysyms,int nkeycodes) argument
|
| H A D | GetPntMap.c | 90 unsigned int first_keycode, 92 KeyCode first_keycode, 105 req->firstKeyCode = first_keycode; 88 XGetKeyboardMapping(Display * dpy,unsigned int first_keycode,int count,int * keysyms_per_keycode) argument
|
| H A D | EvToWire.c | 396 event->u.mappingNotify.firstKeyCode = ev->first_keycode;
|
| H A D | XlibInt.c | 1237 ev->first_keycode = event->u.mappingNotify.firstKeyCode;
|
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBUse.c | 191 newLast = new->first_keycode + new->count - 1; 193 if (new->first_keycode < first) 194 first = new->first_keycode; 202 old->first_key_sym = new->first_keycode; 306 ev->first_keycode = mn->firstKeySym; 564 ev->first_keycode = dpy->min_keycode;
|
| H A D | XKBBind.c | 430 changes.first_key_sym = event->first_keycode;
|
| /xsrc/external/mit/libXi/dist/include/X11/extensions/ |
| H A D | XInput.h | 425 int first_keycode;/* first keycode */ member in struct:__anonf2a6c3990b08 426 int count; /* defines range of change w. first_keycode*/
|
| /xsrc/external/mit/libXi/dist/src/ |
| H A D | XExtToWire.c | 317 mev->firstKeyCode = ev->first_keycode;
|
| H A D | XExtInt.c | 863 ev->first_keycode = ev2->firstKeyCode;
|
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imEvToWire.c | 399 event->u.mappingNotify.firstKeyCode = ev->first_keycode; 779 ev->first_keycode = event->u.mappingNotify.firstKeyCode;
|
| /xsrc/external/mit/xev/dist/ |
| H A D | xev.c | 841 output(Indent | NewLine, "request %s, first_keycode %d, count %d", 842 r, e->first_keycode, e->count);
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | trace.c | 895 TRACE((" %s first_keycode %d count %d", 897 ev->xmapping.first_keycode,
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xlib.h | 916 int first_keycode; /* first keycode */ member in struct:__anonf1b122fa3308 917 int count; /* defines range of change w. first_keycode*/ 1699 unsigned int /* first_keycode */, 1701 KeyCode /* first_keycode */, 2063 int /* first_keycode */,
|
Completed in 27 milliseconds