Searched refs:KEY_F12 (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event.cpp | 120 { KeyCode::KEY_F10, "F10" }, { KeyCode::KEY_F11, "F11" }, { KeyCode::KEY_F12, "F12" }, in ConvertInputCodeToString()
|
H A D | key_event.h | 159 KEY_F12 = 2101, enumerator 569 return (KeyCode::KEY_F1 <= code && code <= KeyCode::KEY_F12) || in IsFunctionKey()
|
H A D | key_event_recognizer.cpp | 169 {KeyCode::KEY_F12, "KEYCODE_F12"}, in KeyCodeToString()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_xcomponent_key_event.h | 163 KEY_F12 = 2101, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 156 KEY_F12 = 2101, enumerator
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | native__xcomponent__key__event_8h.md | 24 …x_component.md) = 2099, [KEY_F11](_o_h___native_x_component.md) = 2100, [KEY_F12](_o_h___native_x_…
|
H A D | native__key_event_8h.md | 22 …ative_module.md) = 2099, [KEY_F11](_ark_u_i___native_module.md) = 2100, [KEY_F12](_ark_u_i___nativ…
|
H A D | _o_h___native_x_component.md | 55 …= 2096, KEY_F8 = 2097,<br>KEY_F9 = 2098, KEY_F10 = 2099, KEY_F11 = 2100, KEY_F12 = 2101,<br>KEY_NU… 402 | KEY_F12 | F12 key. |
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | native__xcomponent__key__event_8h.md | 24 …x_component.md) = 2099, [KEY_F11](_o_h___native_x_component.md) = 2100, [KEY_F12](_o_h___native_x_…
|
H A D | _o_h___native_x_component.md | 55 …2098, KEY_F10 = 2099, KEY_F11 = 2100, KEY_F12 = 2101,… 404 | KEY_F12 | 按键'F12' |
|