Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_context.cpp986 napi_value cursor_cross = nullptr; in CreatePointerStyle() local
987 CHKRP(napi_create_int32(env, MOUSE_ICON::CURSOR_CROSS, &cursor_cross), CREATE_INT32); in CreatePointerStyle()
1038 DECLARE_NAPI_STATIC_PROPERTY("CURSOR_CROSS", cursor_cross), in CreatePointerStyle()