Home
last modified time | relevance | path

Searched refs:yProperty (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp1379 napi_value yProperty; in IsLocaledWithinRect() local
1380 CHKRF(napi_get_named_property(env, napiPointer, "screenY", &yProperty), GET_NAMED_PROPERTY); in IsLocaledWithinRect()
1381 CHKPF(yProperty); in IsLocaledWithinRect()
1383 CHKRF(napi_get_value_int32(env, yProperty, &yInt), GET_VALUE_INT32); in IsLocaledWithinRect()