Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp1504 napi_value ctrlKeyValue = nullptr; in SetKeyPropertyPart1() local
1505 NAPI_CALL_RETURN_VOID(env, napi_get_boolean(env, isPressed, &ctrlKeyValue)); in SetKeyPropertyPart1()
1506 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, result, "ctrlKey", ctrlKeyValue)); in SetKeyPropertyPart1()