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
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.banuba.sdk.effect_player.InputManager
InputManager.CppProxy
-
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
finalize()
void
onDoubleTapGesture
(Touch pos) void
onGestureEnded
(String id) void
onLongTapGesture
(Touch pos) void
onRotationGesture
(float angle) void
onScaleGesture
(float scale) void
onSwipeGesture
(float dirX, float dirY) void
onTouchesBegan
(HashMap<Long, Touch> tocuhes) void
onTouchesCancelled
(HashMap<Long, Touch> tocuhes) void
onTouchesEnded
(HashMap<Long, Touch> tocuhes) void
onTouchesMoved
(HashMap<Long, Touch> tocuhes)
-
Method Details
-
_djinni_private_destroy
public void _djinni_private_destroy() -
finalize
-
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
- Specified by:
onGestureEnded
in interfaceInputManager
-