Lines Matching refs:cause
682 XkbEventCauseRec cause;
716 XkbSetCauseKey(&cause, keycode, KeyPress);
721 XkbClearAllLatchesAndLocks(kbd, xkbi, FALSE, &cause);
724 XkbUpdateIndicators(kbd, sli->usesControls, TRUE, NULL, &cause);
744 XkbSetCauseKey(&cause, keycode, KeyRelease);
748 XkbClearAllLatchesAndLocks(kbd, xkbi, FALSE, &cause);
751 XkbUpdateIndicators(kbd, sli->usesControls, TRUE, NULL, &cause);
1217 XkbEventCauseRec cause;
1218 XkbSetCauseKey(&cause, key, evtype);
1219 XkbUpdateIndicators(dev, changed, FALSE, NULL, &cause);
1488 Bool genEv, XkbEventCausePtr cause)
1515 sn.keycode = cause->kc;
1516 sn.eventType = cause->event;
1517 sn.requestMajor = cause->mjr;
1518 sn.requestMinor = cause->mnr;
1523 XkbUpdateIndicators(dev, changed, TRUE, NULL, cause);