Searched refs:KEY_SEMICOLON (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event.cpp | 65 { KeyCode::KEY_SEMICOLON, ';' }, 87 { KeyCode::KEY_SEMICOLON, ':' }, 112 …de::KEY_RIGHT_BRACKET, "]}" }, { KeyCode::KEY_BACKSLASH, "\\|" }, { KeyCode::KEY_SEMICOLON, ";:" }, in ConvertInputCodeToString()
|
H A D | key_event.h | 120 KEY_SEMICOLON = 2062, enumerator
|
H A D | key_event_recognizer.cpp | 130 {KeyCode::KEY_SEMICOLON, "KEYCODE_SEMICOLON"}, in KeyCodeToString()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_xcomponent_key_event.h | 124 KEY_SEMICOLON = 2062, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/samples/ |
H A D | event_adapter.cpp | 51 { GLFW_KEY_SEMICOLON, KeyCode::KEY_SEMICOLON },
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | event_dispatcher.cpp | 43 { MMI::KeyCode::KEY_SEMICOLON, L';' }, 65 { MMI::KeyCode::KEY_SEMICOLON, L':' },
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 117 KEY_SEMICOLON = 2062, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_keyevent_test.cpp | 52 { KeyCode::KEY_SEMICOLON, L';' }, 110 { KeyCode::KEY_SEMICOLON, L':' },
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | native__xcomponent__key__event_8h.md | 24 …md) = 2060, [KEY_BACKSLASH](_o_h___native_x_component.md) = 2061,<br>[KEY_SEMICOLON](_o_h___native…
|
H A D | native__key_event_8h.md | 22 ….md) = 2060, [KEY_BACKSLASH](_ark_u_i___native_module.md) = 2061,<br>[KEY_SEMICOLON](_ark_u_i___na…
|
H A D | _o_h___native_x_component.md | 55 …FT_BRACKET = 2059, KEY_RIGHT_BRACKET = 2060, KEY_BACKSLASH = 2061,<br>KEY_SEMICOLON = 2062, KEY_AP… 363 | KEY_SEMICOLON | Key **;**. |
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | native__xcomponent__key__event_8h.md | 24 …d) = 2060, [KEY_BACKSLASH](_o_h___native_x_component.md) = 2061,<br/>[KEY_SEMICOLON](_o_h___native…
|
H A D | _o_h___native_x_component.md | 55 …HT_BRACKET = 2060, KEY_BACKSLASH = 2061,<br/>KEY_SEMICOLON = 20… 365 | KEY_SEMICOLON | 按键';' |
|