Searched refs:KEY_SLASH (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event.cpp | 69 { KeyCode::KEY_SLASH, '/' }, 91 { KeyCode::KEY_SLASH, '?' }, 113 { KeyCode::KEY_APOSTROPHE, "\'\"" }, { KeyCode::KEY_SLASH, "/?" }, { KeyCode::KEY_AT, "@" }, in ConvertInputCodeToString()
|
H A D | key_event.h | 122 KEY_SLASH = 2064, enumerator
|
H A D | key_event_recognizer.cpp | 132 {KeyCode::KEY_SLASH, "KEYCODE_SLASH"}, in KeyCodeToString()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_xcomponent_key_event.h | 126 KEY_SLASH = 2064, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/samples/ |
H A D | event_adapter.cpp | 55 { GLFW_KEY_SLASH, KeyCode::KEY_SLASH },
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | event_dispatcher.cpp | 47 { MMI::KeyCode::KEY_SLASH, L'/' }, 69 { MMI::KeyCode::KEY_SLASH, L'?' },
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 119 KEY_SLASH = 2064, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_keyevent_test.cpp | 56 { KeyCode::KEY_SLASH, L'/' }, 114 { KeyCode::KEY_SLASH, L'?' },
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | native__xcomponent__key__event_8h.md | 24 …ent.md) = 2062, [KEY_APOSTROPHE](_o_h___native_x_component.md) = 2063, [KEY_SLASH](_o_h___native_x…
|
H A D | native__key_event_8h.md | 22 …dule.md) = 2062, [KEY_APOSTROPHE](_ark_u_i___native_module.md) = 2063, [KEY_SLASH](_ark_u_i___nati…
|
H A D | _o_h___native_x_component.md | 55 …, KEY_BACKSLASH = 2061,<br>KEY_SEMICOLON = 2062, KEY_APOSTROPHE = 2063, KEY_SLASH = 2064, KEY_AT =… 365 | KEY_SLASH | Key **/**. |
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | native__xcomponent__key__event_8h.md | 24 …ent.md) = 2062, [KEY_APOSTROPHE](_o_h___native_x_component.md) = 2063, [KEY_SLASH](_o_h___native_x…
|
H A D | _o_h___native_x_component.md | 55 …_SEMICOLON = 2062, KEY_APOSTROPHE = 2063, KEY_SLASH = 2064… 367 | KEY_SLASH | 按键'/' |
|