Class TouchEvent


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

      • altKey

        public boolean altKey
      • changedTouches

        public TouchList changedTouches
      • ctrlKey

        public boolean ctrlKey
      • metaKey

        public boolean metaKey
      • shiftKey

        public boolean shiftKey
      • targetTouches

        public TouchList targetTouches
    • Constructor Detail

      • TouchEvent

        public TouchEvent​(java.lang.String type,
                          TouchEventInit eventInitDict)
      • TouchEvent

        public TouchEvent​(java.lang.String type)