Searched refs:touchPointNapi (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/ |
H A D | js_drag_controller.cpp | 992 napi_value touchPointNapi = nullptr; in ParseTouchPoint() local 993 napi_get_named_property(asyncCtx->env, asyncCtx->argv[1], "touchPoint", &touchPointNapi); in ParseTouchPoint() 994 napi_typeof(asyncCtx->env, touchPointNapi, &valueType); in ParseTouchPoint() 997 napi_get_named_property(asyncCtx->env, touchPointNapi, "x", &xNapi); in ParseTouchPoint() 1003 napi_get_named_property(asyncCtx->env, touchPointNapi, "y", &yNapi); in ParseTouchPoint()
|
Completed in 4 milliseconds