Lines Matching refs:XIGetKnownProperty
108 btn_labels[0] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_LEFT); in winMouseProc()
109 btn_labels[1] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_MIDDLE); in winMouseProc()
110 btn_labels[2] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_RIGHT); in winMouseProc()
111 btn_labels[3] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_WHEEL_UP); in winMouseProc()
112 btn_labels[4] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_WHEEL_DOWN); in winMouseProc()
113 btn_labels[5] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_HWHEEL_LEFT); in winMouseProc()
114 btn_labels[6] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_HWHEEL_RIGHT); in winMouseProc()
115 btn_labels[7] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_BACK); in winMouseProc()
116 btn_labels[8] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_FORWARD); in winMouseProc()
118 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_X); in winMouseProc()
119 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_Y); in winMouseProc()