Lines Matching refs:XIGetKnownProperty
327 btn_labels[0] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_LEFT); in DarwinMouseProc()
328 btn_labels[1] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_MIDDLE); in DarwinMouseProc()
329 btn_labels[2] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_RIGHT); in DarwinMouseProc()
331 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_X); in DarwinMouseProc()
332 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_Y); in DarwinMouseProc()
333 axes_labels[2] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_X); in DarwinMouseProc()
334 axes_labels[3] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_Y); in DarwinMouseProc()
335 axes_labels[4] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_WHEEL); in DarwinMouseProc()
336 axes_labels[5] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_HWHEEL); in DarwinMouseProc()
397 btn_labels[0] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_LEFT); in DarwinTabletProc()
398 btn_labels[1] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_MIDDLE); in DarwinTabletProc()
399 btn_labels[2] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_RIGHT); in DarwinTabletProc()
401 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_X); in DarwinTabletProc()
402 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_Y); in DarwinTabletProc()
403 axes_labels[2] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_PRESSURE); in DarwinTabletProc()
404 axes_labels[3] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_TILT_X); in DarwinTabletProc()
405 axes_labels[4] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_TILT_Y); in DarwinTabletProc()