| /xsrc/external/mit/libXi/dist/src/ |
| H A D | XIQueryPointer.c | 90 mods->latched = rep.mods.latched_mods; 92 mods->effective = mods->base | mods->latched | mods->locked; 95 group->latched = rep.group.latched_group; 97 group->effective = group->base | group->latched | group->locked;
|
| H A D | XExtInt.c | 1624 out->mods.latched = in->mods.latched_mods; 1628 out->group.latched = in->group.latched_group; 2053 out->mods.latched = in->mods.latched_mods; 2057 out->group.latched = in->group.latched_group; 2185 out->mods.latched = in->mods.latched_mods; 2189 out->group.latched = in->group.latched_group; 2230 out->mods.latched = in->mods.latched_mods; 2234 out->group.latched = in->group.latched_group;
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | eventstr.h | 127 uint32_t latched; /**< XKB latched modifiers */ member in struct:_DeviceEvent::__anonbb3dfdf00308 133 uint8_t latched; /**< XKB latched group */ member in struct:_DeviceEvent::__anonbb3dfdf00408 287 uint32_t latched; /**< XKB latched modifiers */ member in struct:_GestureEvent::__anonbb3dfdf00a08 293 uint8_t latched; /**< XKB latched group */ member in struct:_GestureEvent::__anonbb3dfdf00b08
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | eventstr.h | 107 uint32_t latched; /**< XKB latched modifiers */ member in struct:_DeviceEvent::__anone878a1dd0308 113 uint8_t latched; /**< XKB latched group */ member in struct:_DeviceEvent::__anone878a1dd0408
|
| /xsrc/external/mit/xkbutils/dist/ |
| H A D | xkbwatch.c | 62 Widget latched[XkbNumModifiers]; local in function:main 118 XtCreateManagedWidget("latched", boxWidgetClass, panel, hArgs, 1); 120 uFatalError("Couldn't create latched modifiers box\n"); 146 snprintf(buf, sizeof(buf), "latched%d", i); 151 latched[i] = 208 XtSetValues(latched[i], list, 1);
|
| /xsrc/external/mit/xorg-server.old/dist/test/xi2/ |
| H A D | protocol-eventconvert.c | 328 g_assert(out->mods.latched_mods == in->mods.latched); 333 g_assert(out->group.latched_group == in->group.latched); 442 in.mods.latched = 10; 446 in.group.latched = 13; 546 in.mods.latched = 1L; 548 in.mods.latched = 1L << 8; 550 in.mods.latched = 1L << 16; 552 in.mods.latched = 1L << 24; 554 in.mods.latched = ~0L; 585 in.group.latched [all...] |
| /xsrc/external/mit/xinput/dist/src/ |
| H A D | test_xi2.c | 84 printf(" modifiers: locked %#x latched %#x base %#x effective: %#x\n", 85 event->mods.locked, event->mods.latched, 87 printf(" group: locked %#x latched %#x base %#x effective: %#x\n", 88 event->group.locked, event->group.latched, 223 printf(" modifiers: locked %#x latched %#x base %#x effective: %#x\n", 224 event->mods.locked, event->mods.latched, 226 printf(" group: locked %#x latched %#x base %#x effective: %#x\n", 227 event->group.locked, event->group.latched,
|
| /xsrc/external/mit/xorg-server/dist/test/xi2/ |
| H A D | protocol-eventconvert.c | 334 assert(out->mods.latched_mods == in->mods.latched); 339 assert(out->group.latched_group == in->group.latched); 442 in.mods.latched = 10; 446 in.group.latched = 13; 545 in.mods.latched = 1L; 547 in.mods.latched = 1L << 8; 549 in.mods.latched = 1L << 16; 551 in.mods.latched = 1L << 24; 553 in.mods.latched = ~0L; 584 in.group.latched [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | eventconvert.c | 721 xde->mods.latched_mods = ev->mods.latched; 726 xde->group.latched_group = ev->group.latched; 881 xpe->mods.latched_mods = ev->mods.latched; 886 xpe->group.latched_group = ev->group.latched; 923 xde->mods.latched_mods = ev->mods.latched; 928 xde->group.latched_group = ev->group.latched;
|
| H A D | inpututils.c | 801 event->mods.latched = state->latched_mods; 806 event->group.latched = state->latched_group; 819 event->mods.latched = state->latched_mods; 824 event->group.latched = state->latched_group;
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | eventconvert.c | 588 xde->mods.latched_mods = ev->mods.latched; 593 xde->group.latched_group = ev->group.latched;
|
| /xsrc/external/mit/libXi/dist/include/X11/extensions/ |
| H A D | XInput2.h | 75 int latched; member in struct:__anon477f40ab0608
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | exevents.c | 990 event->mods.latched = state->latched_mods; 995 event->group.latched = state->latched_group;
|