Class TouchEvent


@JsType(isNative=true, namespace="<global>") public class TouchEvent extends UIEvent
  • Field Details

    • altKey

      public boolean altKey
    • changedTouches

      public TouchList changedTouches
    • ctrlKey

      public boolean ctrlKey
    • metaKey

      public boolean metaKey
    • shiftKey

      public boolean shiftKey
    • targetTouches

      public TouchList targetTouches
    • touches

      public TouchList touches
  • Constructor Details