onStartDrag method

bool onStartDrag(
  1. int pointer,
  2. Vector2 position
)

Implementation

bool onStartDrag(int pointer, Vector2 position) {
  return false;
}