Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_context.cpp933 napi_value cursor_copy = nullptr; in CreatePointerStyle() local
934 CHKRP(napi_create_int32(env, MOUSE_ICON::CURSOR_COPY, &cursor_copy), CREATE_INT32); in CreatePointerStyle()
1012 DECLARE_NAPI_STATIC_PROPERTY("CURSOR_COPY", cursor_copy), in CreatePointerStyle()