Package com.banuba.sdk.effect_player
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
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.banuba.sdk.effect_player.InputManager
InputManager.CppProxy
-
Method Summary
Modifier and Type Method Description void
_djinni_private_destroy()
protected void
finalize()
void
onDoubleTapGesture(Touch pos)
void
onGestureEnded(java.lang.String id)
void
onLongTapGesture(Touch pos)
void
onRotationGesture(float angle)
void
onScaleGesture(float scale)
void
onSwipeGesture(float dirX, float dirY)
void
onTouchesBegan(java.util.HashMap<java.lang.Long,Touch> tocuhes)
void
onTouchesCancelled(java.util.HashMap<java.lang.Long,Touch> tocuhes)
void
onTouchesEnded(java.util.HashMap<java.lang.Long,Touch> tocuhes)
void
onTouchesMoved(java.util.HashMap<java.lang.Long,Touch> tocuhes)
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
_djinni_private_destroy
public void _djinni_private_destroy() -
finalize
protected void finalize() throws java.lang.Throwable- Overrides:
finalize
in classjava.lang.Object
- Throws:
java.lang.Throwable
-
onTouchesBegan
- Specified by:
onTouchesBegan
in interfaceInputManager
-
onTouchesMoved
- Specified by:
onTouchesMoved
in interfaceInputManager
-
onTouchesEnded
- Specified by:
onTouchesEnded
in interfaceInputManager
-
onTouchesCancelled
- Specified by:
onTouchesCancelled
in interfaceInputManager
-
onRotationGesture
public void onRotationGesture(float angle)- Specified by:
onRotationGesture
in interfaceInputManager
-
onScaleGesture
public void onScaleGesture(float scale)- Specified by:
onScaleGesture
in interfaceInputManager
-
onSwipeGesture
public void onSwipeGesture(float dirX, float dirY)- Specified by:
onSwipeGesture
in interfaceInputManager
-
onDoubleTapGesture
- Specified by:
onDoubleTapGesture
in interfaceInputManager
-
onLongTapGesture
- Specified by:
onLongTapGesture
in interfaceInputManager
-
onGestureEnded
public void onGestureEnded(java.lang.String id)- Specified by:
onGestureEnded
in interfaceInputManager
-