touchscreen.txt 1.2 KB

123456789101112131415161718192021222324252627
  1. General Touchscreen Properties:
  2. Optional properties for Touchscreens:
  3. - touchscreen-size-x : horizontal resolution of touchscreen
  4. (in pixels)
  5. - touchscreen-size-y : vertical resolution of touchscreen
  6. (in pixels)
  7. - touchscreen-max-pressure : maximum reported pressure (arbitrary range
  8. dependent on the controller)
  9. - touchscreen-fuzz-x : horizontal noise value of the absolute input
  10. device (in pixels)
  11. - touchscreen-fuzz-y : vertical noise value of the absolute input
  12. device (in pixels)
  13. - touchscreen-fuzz-pressure : pressure noise value of the absolute input
  14. device (arbitrary range dependent on the
  15. controller)
  16. - touchscreen-inverted-x : X axis is inverted (boolean)
  17. - touchscreen-inverted-y : Y axis is inverted (boolean)
  18. Deprecated properties for Touchscreens:
  19. - x-size : deprecated name for touchscreen-size-x
  20. - y-size : deprecated name for touchscreen-size-y
  21. - moving-threshold : deprecated name for a combination of
  22. touchscreen-fuzz-x and touchscreen-fuzz-y
  23. - contact-threshold : deprecated name for touchscreen-fuzz-pressure
  24. - x-invert : deprecated name for touchscreen-inverted-x
  25. - y-invert : deprecated name for touchscreen-inverted-y