com.craftar
Interface CraftARTouchEventInterface.OnTouchEventListener
-
- Enclosing class:
- CraftARTouchEventInterface
public static interface CraftARTouchEventInterface.OnTouchEventListener
Interface that lets you define the behavior for touch events on the Augmented Reality contents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
onTouchDown(CraftARContent content)
Triggered when a content has been pressedvoid
onTouchIn(CraftARContent content)
Triggered when a movement into a content of an AR Item (swipe into the content) happened.void
onTouchOut(CraftARContent content)
Triggered when a movement out of a content of an AR Item (swipe out of the content) happened.void
onTouchUp(CraftARContent content)
Triggered when a press left and the user was pointing to this content.
-
-
-
Method Detail
-
onTouchIn
void onTouchIn(CraftARContent content)
Triggered when a movement into a content of an AR Item (swipe into the content) happened.
-
onTouchOut
void onTouchOut(CraftARContent content)
Triggered when a movement out of a content of an AR Item (swipe out of the content) happened. *
-
onTouchDown
void onTouchDown(CraftARContent content)
Triggered when a content has been pressed
-
onTouchUp
void onTouchUp(CraftARContent content)
Triggered when a press left and the user was pointing to this content.
-
-
Comments
0 comments
Article is closed for comments.