Searched refs:napiVelocityX (Results 1 – 1 of 1) sorted by relevance
480 napi_value napiVelocityX = GetNamedProperty(env_, objValueClickEvent, "velocityX"); in AddGestureEventInfoThree() local481 if (GetValueType(env_, napiVelocityX) != napi_null) { in AddGestureEventInfoThree()482 … napi_create_double(env_, gestureEventInfo.GetVelocity().GetVelocityX() / scale, &napiVelocityX); in AddGestureEventInfoThree()483 napi_set_named_property(env_, objValueClickEvent, "velocityX", napiVelocityX); in AddGestureEventInfoThree()