Class InputManager.CppProxy

java.lang.Object
com.banuba.sdk.effect_player.InputManager.CppProxy
All Implemented Interfaces:
InputManager
Enclosing interface:
InputManager

public static final class InputManager.CppProxy
extends java.lang.Object
implements InputManager
  • Method Details

    • _djinni_private_destroy

      public void _djinni_private_destroy()
    • finalize

      protected void finalize() throws java.lang.Throwable
      Overrides:
      finalize in class java.lang.Object
      Throws:
      java.lang.Throwable
    • onTouchesBegan

      public void onTouchesBegan​(java.util.HashMap<java.lang.Long,​Touch> tocuhes)
      Specified by:
      onTouchesBegan in interface InputManager
    • onTouchesMoved

      public void onTouchesMoved​(java.util.HashMap<java.lang.Long,​Touch> tocuhes)
      Specified by:
      onTouchesMoved in interface InputManager
    • onTouchesEnded

      public void onTouchesEnded​(java.util.HashMap<java.lang.Long,​Touch> tocuhes)
      Specified by:
      onTouchesEnded in interface InputManager
    • onTouchesCancelled

      public void onTouchesCancelled​(java.util.HashMap<java.lang.Long,​Touch> tocuhes)
      Specified by:
      onTouchesCancelled in interface InputManager
    • onRotationGesture

      public void onRotationGesture​(float angle)
      Specified by:
      onRotationGesture in interface InputManager
    • onScaleGesture

      public void onScaleGesture​(float scale)
      Specified by:
      onScaleGesture in interface InputManager
    • onSwipeGesture

      public void onSwipeGesture​(float dirX, float dirY)
      Specified by:
      onSwipeGesture in interface InputManager
    • onDoubleTapGesture

      public void onDoubleTapGesture​(Touch pos)
      Specified by:
      onDoubleTapGesture in interface InputManager
    • onLongTapGesture

      public void onLongTapGesture​(Touch pos)
      Specified by:
      onLongTapGesture in interface InputManager
    • onGestureEnded

      public void onGestureEnded​(java.lang.String id)
      Specified by:
      onGestureEnded in interface InputManager