Lines Matching +full:75 +full:x
192 self, x, y, pressure, buttons=None, toolid=None, proximity=None, reportID=None argument
197 :param x: absolute x
222 report.x = x
264 def event(self, x, y, pressure, buttons=None, toolid=None, proximity=None): argument
268 :param x: absolute x
276 r = self.create_report(x, y, pressure, buttons, toolid, proximity)
336 reporting X/Y position and if the pen is in contact. No pressure,
361 0x09, 0x30, # . Usage (X),
417 0x0A, 0x30, 0x01, # . Usage (X),
548 usage_id("Generic Desktop", "X"): PhysRange(
560 usage_id("Digitizers", "X Tilt"): PhysRange(PhysRange.DEGREE, 90, 180),
563 usage_id("Wacom", "X Tilt"): PhysRange(PhysRange.DEGREE, 90, 180),
566 usage_id("Wacom", "X"): PhysRange(PhysRange.CENTIMETER, 5, 150),
871 …75 08 15 00 26 ff 00 81 03 09 54 81 02 09 22 a1 02 05 0d 95 01 75 01 25 01 09 42 81 02 81 03 09 47…
883 x = 50 + 10 * contact_id + t * 11
885 return test_multitouch.Touch(contact_id, x, y)
905 x = 50 + 10 * contact_id + t * 11
916 assert evdev.slots[slot_num][libevdev.EV_ABS.ABS_MT_POSITION_X] == x
1029 ids = [ x[0] for x in state ]