Class TouchEventConverter

    • Constructor Summary

      Constructors 
      Constructor Description
      TouchEventConverter​(int touchSlop)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onEngineCreated​(long appEngineHandle)  
      boolean onTouch​(View v, MotionEvent event)  
      • Methods inherited from class java.lang.Object

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

      • TouchEventConverter

        public TouchEventConverter​(int touchSlop)
    • Method Detail

      • onTouch

        public boolean onTouch​(View v,
                               MotionEvent event)