Class MotionEvent

java.lang.Object
org.oscim.event.MotionEvent

public abstract class MotionEvent extends Object
  • Field Details

  • Constructor Details

    • MotionEvent

      public MotionEvent()
  • Method Details

    • getTime

      public abstract long getTime()
    • getAction

      public abstract int getAction()
    • getX

      public abstract float getX()
    • getY

      public abstract float getY()
    • getX

      public abstract float getX(int idx)
    • getY

      public abstract float getY(int idx)
    • getPointerCount

      public abstract int getPointerCount()
    • copy

      public abstract MotionEvent copy()
    • recycle

      public abstract void recycle()