Searched refs:napiDisplayY (Results 1 – 1 of 1) sorted by relevance
568 napi_value napiDisplayY = GetNamedProperty(env_, objValueClickEvent, "displayY"); in AddClickEventInfoOne() local569 if (GetValueType(env_, napiDisplayY) != napi_null) { in AddClickEventInfoOne()570 napi_create_double(env_, screenOffset.GetY() / scale, &napiDisplayY); in AddClickEventInfoOne()571 napi_set_named_property(env_, objValueClickEvent, "displayY", napiDisplayY); in AddClickEventInfoOne()