Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8119200

Win: Touch input should be in low-res mode by default

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 7u6
    • 7u6
    • javafx

      Windows has two modes of touch input - pixel-based low resolution and sub-pixel-based high resolution which provides very precise position but causes a flood of events. Glass currently uses the high resolution, but rounds the coordinates to int values, so it combines the downsides of both modes.

      The sub-pixel resolution is most of the time not needed and it brings considerable performance problems, so we need to switch to the low-res mode. If there is a request for the other one we will provide it as an option in the future.

            asemenyuk Alexey Semenyuk
            psafrata Pavel Ĺ afrata
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: