Searched refs:napiScreenY (Results 1 – 1 of 1) sorted by relevance
605 napi_value napiScreenY = GetNamedProperty(env_, objValueClickEvent, "screenY"); in AddClickEventInfoTwo() local606 if (GetValueType(env_, napiScreenY) != napi_null) { in AddClickEventInfoTwo()607 napi_create_double(env_, globalOffset.GetY() / scale, &napiScreenY); in AddClickEventInfoTwo()608 napi_set_named_property(env_, objValueClickEvent, "screenY", napiScreenY); in AddClickEventInfoTwo()