Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp958 napi_value touchPointNapi = nullptr; in ParseTouchPoint() local
959 napi_get_named_property(asyncCtx->env, asyncCtx->argv[1], "touchPoint", &touchPointNapi); in ParseTouchPoint()
960 napi_typeof(asyncCtx->env, touchPointNapi, &valueType); in ParseTouchPoint()
963 napi_get_named_property(asyncCtx->env, touchPointNapi, "x", &xNapi); in ParseTouchPoint()
969 napi_get_named_property(asyncCtx->env, touchPointNapi, "y", &yNapi); in ParseTouchPoint()