Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_xcomponent_key_event.h45 KEY_FN = 0, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h31 KEY_FN = 0, // New enumerator
519 … if (std::find(pressedCodes.begin(), pressedCodes.end(), KeyCode::KEY_FN) != pressedCodes.end()) { in IsExactlyKey()
H A Dkey_event_recognizer.cpp40 {KeyCode::KEY_FN, "KEYCODE_FN"}, in KeyCodeToString()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dkey_event.h28 KEY_FN = 0, // New enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_drag_modifier.cpp79 if (std::find(status.begin(), status.end(), OHOS::Ace::KeyCode::KEY_FN) != std::end(status)) { in CalculateModifierKeyState()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Dnative__xcomponent__key__event_8h.md24 …mponent_keycode) {<br>[KEY_UNKNOWN](_o_h___native_x_component.md) = -1, [KEY_FN](_o_h___native_x_c…
H A Dnative__key_event_8h.md22 …md#arkui_keycode) {<br>[KEY_UNKNOWN](_ark_u_i___native_module.md) = -1, [KEY_FN](_ark_u_i___native…
H A D_o_h___native_x_component.md55 | [OH_NativeXComponent_KeyCode](#oh_nativexcomponent_keycode) {<br>KEY_UNKNOWN = -1, KEY_FN = 0, KE…
284 | KEY_FN | Function (Fn) key. |
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Dnative__xcomponent__key__event_8h.md24 …ponent_keycode) {<br/>[KEY_UNKNOWN](_o_h___native_x_component.md) = -1, [KEY_FN](_o_h___native_x_c…
H A D_o_h___native_x_component.md55 …oh_nativexcomponent_keycode)&nbsp;{<br/>KEY_UNKNOWN&nbsp;=&nbsp;-1,&nbsp;KEY_FN&nbsp;=&nbsp;0,&nbs…
286 | KEY_FN | 功能(Fn)键 |
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenuitem_pattern_test_ng.cpp1016 KeyEvent fnEvent(KeyCode::KEY_FN, KeyAction::DOWN);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_test_ng.cpp1503 keyCodes.push_back(KeyCode::KEY_FN);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_utils.cpp2104 if (!hasKeyCode(KeyCode::KEY_FN)) { in CheckKeysPressed()