Class IosTouchHandler

java.lang.Object
com.jme3.input.ios.IosTouchHandler

public class IosTouchHandler extends Object
IosTouchHandler is the base class that receives touch inputs from the iOS system and creates the TouchEvents for jME.
  • Field Details

    • numPointers

      protected int numPointers
    • iosInput

      protected IosInputHandler iosInput
  • Constructor Details

  • Method Details

    • initialize

      public void initialize()
    • destroy

      public void destroy()
    • actionDown

      public void actionDown(int pointerId, long time, float x, float y)
    • actionUp

      public void actionUp(int pointerId, long time, float x, float y)
    • actionMove

      public void actionMove(int pointerId, long time, float x, float y)
    • processEvent

      protected void processEvent(TouchEvent event)
    • generateMouseEvent

      protected InputEvent generateMouseEvent(TouchEvent event)