Lines Matching refs:XIGetKnownProperty

150     if (property == XIGetKnownProperty(XI_PROP_ENABLED)) {  in DeviceSetProperty()
168 else if (property == XIGetKnownProperty(XI_PROP_TRANSFORM)) { in DeviceSetProperty()
173 prop->type != XIGetKnownProperty(XATOM_FLOAT)) in DeviceSetProperty()
312 XIChangeDeviceProperty(dev, XIGetKnownProperty(XI_PROP_ENABLED), in AddInputDevice()
314 XISetDevicePropertyDeletable(dev, XIGetKnownProperty(XI_PROP_ENABLED), in AddInputDevice()
325 XIChangeDeviceProperty(dev, XIGetKnownProperty(XI_PROP_TRANSFORM), in AddInputDevice()
326 XIGetKnownProperty(XATOM_FLOAT), 32, in AddInputDevice()
328 XISetDevicePropertyDeletable(dev, XIGetKnownProperty(XI_PROP_TRANSFORM), in AddInputDevice()
418 XIChangeDeviceProperty(dev, XIGetKnownProperty(XI_PROP_ENABLED), in EnableDevice()
516 XIChangeDeviceProperty(dev, XIGetKnownProperty(XI_PROP_ENABLED), in DisableDevice()
661 btn_labels[0] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_LEFT); in CorePointerProc()
662 btn_labels[1] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_MIDDLE); in CorePointerProc()
663 btn_labels[2] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_RIGHT); in CorePointerProc()
664 btn_labels[3] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_WHEEL_UP); in CorePointerProc()
665 btn_labels[4] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_WHEEL_DOWN); in CorePointerProc()
666 btn_labels[5] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_HWHEEL_LEFT); in CorePointerProc()
667 btn_labels[6] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_HWHEEL_RIGHT); in CorePointerProc()
670 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_X); in CorePointerProc()
671 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_Y); in CorePointerProc()