Class WTouchEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      WTouchEvent()
      Default constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      WAbstractEvent createFromJSEvent​(eu.webtoolkit.jwt.JavaScriptEvent jsEvent)
      Internal method.
      java.util.List<Touch> getChangedTouches()
      Returns a list of objects for every finger involved in the event.
      java.util.List<Touch> getTargetTouches()
      Returns a list of objects for finger touches that started out within the same widget.
      java.util.List<Touch> getTouches()
      Returns a list of objects for every finger currently touching the screen.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WTouchEvent

        public WTouchEvent()
        Default constructor.
    • Method Detail

      • getTouches

        public java.util.List<Touch> getTouches()
        Returns a list of objects for every finger currently touching the screen.
      • getTargetTouches

        public java.util.List<Touch> getTargetTouches()
        Returns a list of objects for finger touches that started out within the same widget.
      • getChangedTouches

        public java.util.List<Touch> getChangedTouches()
        Returns a list of objects for every finger involved in the event.