Searched refs:napiScreenX (Results 1 – 1 of 1) sorted by relevance
600 napi_value napiScreenX = GetNamedProperty(env_, objValueClickEvent, "screenX"); in AddClickEventInfoTwo() local601 if (GetValueType(env_, napiScreenX) != napi_null) { in AddClickEventInfoTwo()602 napi_create_double(env_, globalOffset.GetX() / scale, &napiScreenX); in AddClickEventInfoTwo()603 napi_set_named_property(env_, objValueClickEvent, "screenX", napiScreenX); in AddClickEventInfoTwo()