Hello,
According to the document, the following gestures are supported in Gesture Recognition API in Tizen Native API. However, my tests showed that none of them is really supported. I always got GESTURE_ERROR_NOT_SUPPORTED error from gesture_start_recognition() function.
Interestingly, gesture_is_supported() returns GESTURE_ERROR_NONE, but the value of "supported" parameter is false.
I am using Tizen 2.3.1 on Gear S2.
-
GESTURE_DOUBLE_TAP The mobile device is tapped twice
GESTURE_MOVE_TO_EAR The mobile device is moved near to an ear
GESTURE_NO_MOVE The mobile device is being stopped for a while
GESTURE_PICK_UP The mobile device is picked up
GESTURE_SHAKE The mobile device is quickly moved back and forth
GESTURE_SNAP The mobile device is moved along an axis and back
GESTURE_TILT The mobile device is tilted
GESTURE_TURN_FACE_DOWN The mobile device is flipped from face to back
GESTURE_WRIST_UP The wearable device is moved and faced up