Home | History | Annotate | Download | only in xquartz

Lines Matching defs:pDev

319 DarwinKeyboardInit(DeviceIntPtr pDev)
326 InitKeyboardDeviceStruct(pDev, NULL, NULL, DarwinChangeKeyboardControl);
330 CopyKeyClass(pDev, inputInfo.keyboard);
337 DarwinKeyboardSetRepeat(DeviceIntPtr pDev, int initialKeyRepeatValue,
342 XkbSetRepeatKeys(pDev, -1, AutoRepeatModeOff);
350 XkbSetRepeatKeys(pDev, -1, AutoRepeatModeOn);
353 ctrl = pDev->key->xkbInfo->desc->ctrls;
378 if (pDev->kbdfeed)
379 memcpy(pDev->kbdfeed->ctrl.autoRepeats, ctrl->per_key_repeat,
387 XkbDDXChangeControls(pDev, &old, ctrl);
397 DeviceIntPtr pDev;
439 for (pDev = inputInfo.devices; pDev; pDev = pDev->next) {
440 if ((pDev->coreEvents ||
441 pDev == inputInfo.keyboard) && pDev->key) {
443 pDev, &keySyms, keySyms.minKeyCode,
447 DarwinKeyboardSetRepeat(pDev, initialKeyRepeatValue,