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

Remove redundant Glass/Prism event wrappers

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • 7u6
    • javafx

      Most of the input events (key, mouse, input methods) are delivered from Glass to SceneGraph through the wrappers. That is, the event is first wrapped to an intermediate object (e.g. GlassPrismKeyEvent), then Quantum converts it to the public FX event and dispatches to SceneGraph. This level of abstraction was introduced to support Glass/Newt abstraction, and it doesn't make any sense nowadays.

            art Artem Ananiev (Inactive)
            art Artem Ananiev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: