Lines Matching refs:usage_id
543 def usage_id(page_name, usage_name): function
548 usage_id("Generic Desktop", "X"): PhysRange(
551 usage_id("Generic Desktop", "Y"): PhysRange(
554 usage_id("Digitizers", "Width"): PhysRange(
557 usage_id("Digitizers", "Height"): PhysRange(
560 usage_id("Digitizers", "X Tilt"): PhysRange(PhysRange.DEGREE, 90, 180),
561 usage_id("Digitizers", "Y Tilt"): PhysRange(PhysRange.DEGREE, 90, 180),
562 usage_id("Digitizers", "Twist"): PhysRange(PhysRange.DEGREE, 358, 360),
563 usage_id("Wacom", "X Tilt"): PhysRange(PhysRange.DEGREE, 90, 180),
564 usage_id("Wacom", "Y Tilt"): PhysRange(PhysRange.DEGREE, 90, 180),
565 usage_id("Wacom", "Twist"): PhysRange(PhysRange.DEGREE, 358, 360),
566 usage_id("Wacom", "X"): PhysRange(PhysRange.CENTIMETER, 5, 150),
567 usage_id("Wacom", "Y"): PhysRange(PhysRange.CENTIMETER, 5, 150),
568 usage_id("Wacom", "Wacom TouchRing"): PhysRange(
571 usage_id("Wacom", "Wacom Offset Left"): PhysRange(
574 usage_id("Wacom", "Wacom Offset Top"): PhysRange(
577 usage_id("Wacom", "Wacom Offset Right"): PhysRange(
580 usage_id("Wacom", "Wacom Offset Bottom"): PhysRange(
585 if application == usage_id("Generic Desktop", "Mouse"):