Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8092687 [Monocle] Implement touch input
  3. JDK-8093326

[Monocle] Implement touch screen coordinate transforms

XMLWordPrintable

      Provide coordinate transforms for touch screens in Monocle.
      Transforms will be configured by system properties of the form:

      monocle.input.PRODUCT_ID.KEY=VALUE

      where

      PRODUCT_ID is the input device product descriptor received from udev. The GetEvent application can be used to find the product ID.

      KEY is one of minX, minY, maxX, maxY or flipXY

      minX, minY, maxX and maxY override the ranges provided by the device driver. Swapping min and max values flips the axis direction.
      flipXY is a boolean value which flips the X and Y axis if set to true.

            dblaukop Daniel Blaukopf (Inactive)
            dblaukop Daniel Blaukopf (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: