Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.cpp72 { KeyCode::KEY_NUMPAD_MULTIPLY, '*' },
114 …Code::KEY_PLUS, "+=" }, { KeyCode::KEY_NUMPAD_DIVIDE, "/" }, { KeyCode::KEY_NUMPAD_MULTIPLY, "*" }, in ConvertInputCodeToString()
H A Dkey_event.h172 KEY_NUMPAD_MULTIPLY = 2114, enumerator
H A Dkey_event_recognizer.cpp182 {KeyCode::KEY_NUMPAD_MULTIPLY, "KEYCODE_NUMPAD_MULTIPLY"}, in KeyCodeToString()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_xcomponent_key_event.h176 KEY_NUMPAD_MULTIPLY = 2114, enumerator
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
H A Devent_adapter.cpp58 { GLFW_KEY_KP_MULTIPLY, KeyCode::KEY_NUMPAD_MULTIPLY },
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dkey_event.h169 KEY_NUMPAD_MULTIPLY = 2114, enumerator
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Devent_dispatcher.cpp50 { MMI::KeyCode::KEY_NUMPAD_MULTIPLY, L'*' },
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Dnative__xcomponent__key__event_8h.md24 …112, [KEY_NUMPAD_DIVIDE](_o_h___native_x_component.md) = 2113,<br>[KEY_NUMPAD_MULTIPLY](_o_h___nat…
H A Dnative__key_event_8h.md22 …2112, [KEY_NUMPAD_DIVIDE](_ark_u_i___native_module.md) = 2113,<br>[KEY_NUMPAD_MULTIPLY](_ark_u_i__…
H A D_o_h___native_x_component.md55 …NUMPAD_8 = 2111, KEY_NUMPAD_9 = 2112, KEY_NUMPAD_DIVIDE = 2113,<br>KEY_NUMPAD_MULTIPLY = 2114, KEY…
415 | KEY_NUMPAD_MULTIPLY | Key ***** on numeric keypad. |
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Dnative__xcomponent__key__event_8h.md24 …12, [KEY_NUMPAD_DIVIDE](_o_h___native_x_component.md) = 2113,<br/>[KEY_NUMPAD_MULTIPLY](_o_h___nat…
H A D_o_h___native_x_component.md55 …D_9&nbsp;=&nbsp;2112,&nbsp;KEY_NUMPAD_DIVIDE&nbsp;=&nbsp;2113,<br/>KEY_NUMPAD_MULTIPLY&nbsp;=&nbsp…
417 | KEY_NUMPAD_MULTIPLY | 小键盘按键'\*' |
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_keyevent_test.cpp59 { KeyCode::KEY_NUMPAD_MULTIPLY, L'*' },