Lines Matching refs:first_valuator
102660 dix: when converting to XI 1.x events, use the first_valuator's device mode
102663 valuator's mode. Instead, start with the first_valuator in the event and
121308 dix: report XI1 axis values correctly if first_valuator != 0
125635 the wire events that start with first_valuator.
126686 dix: deal with first_valuator > 0 correctly if POINTER_SCREEN is set
153632 (first_valuator + num_valuators) must never be larger than the number of axes,
154320 (first_valuator + num_valuators) must never be larger than the number of axes,
172285 GetKeyboardEvents: add first_valuator argument to GKVE
172291 xfree86/xinput: pass first_valuator params, don't clip to first screen bound
172292 Pass first_valuator to GetPointerEvents/GetKeyboardValuatorEvents.
172299 GetKeyboardValuatorEvents: also take first_valuator param
172300 Take a first_valuator parameter, which specifies the first valuator.
172418 GetPointerEvents: add first_valuator parameter
172419 Add a first_valuator parameter. Looks correct by inspection, but untested
172420 with first_valuator != 0 as yet.