Lines Matching refs:XIGetKnownProperty
91 btn_labels[0] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_LEFT); in init_pointer_buttons()
92 btn_labels[1] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_MIDDLE); in init_pointer_buttons()
93 btn_labels[2] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_RIGHT); in init_pointer_buttons()
94 btn_labels[3] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_WHEEL_UP); in init_pointer_buttons()
95 btn_labels[4] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_WHEEL_DOWN); in init_pointer_buttons()
96 btn_labels[5] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_HWHEEL_LEFT); in init_pointer_buttons()
97 btn_labels[6] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_HWHEEL_RIGHT); in init_pointer_buttons()
119 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_X); in xwl_pointer_proc()
120 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_Y); in xwl_pointer_proc()
121 axes_labels[2] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_HWHEEL); in xwl_pointer_proc()
122 axes_labels[3] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_WHEEL); in xwl_pointer_proc()
172 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_X); in xwl_pointer_proc_relative()
173 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_Y); in xwl_pointer_proc_relative()
263 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_MT_POSITION_X); in xwl_touch_proc()
264 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_MT_POSITION_Y); in xwl_touch_proc()
317 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_X); in xwl_tablet_proc()
318 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_Y); in xwl_tablet_proc()
319 axes_labels[2] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_PRESSURE); in xwl_tablet_proc()
320 axes_labels[3] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_TILT_X); in xwl_tablet_proc()
321 axes_labels[4] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_TILT_Y); in xwl_tablet_proc()
322 axes_labels[5] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_WHEEL); in xwl_tablet_proc()
2105 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_X); in xwl_tablet_pad_proc()
2106 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_Y); in xwl_tablet_pad_proc()