Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.cpp71 { KeyCode::KEY_NUMPAD_DIVIDE, '/' },
114 …{ KeyCode::KEY_PLUS, "+=" }, { KeyCode::KEY_NUMPAD_DIVIDE, "/" }, { KeyCode::KEY_NUMPAD_MULTIPLY, … in ConvertInputCodeToString()
H A Dkey_event.h171 KEY_NUMPAD_DIVIDE = 2113, enumerator
H A Dkey_event_recognizer.cpp181 {KeyCode::KEY_NUMPAD_DIVIDE, "KEYCODE_NUMPAD_DIVIDE"}, in KeyCodeToString()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_xcomponent_key_event.h175 KEY_NUMPAD_DIVIDE = 2113, enumerator
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
H A Devent_adapter.cpp57 { GLFW_KEY_KP_DIVIDE, KeyCode::KEY_NUMPAD_DIVIDE },
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dkey_event.h168 KEY_NUMPAD_DIVIDE = 2113, enumerator
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Devent_dispatcher.cpp49 { MMI::KeyCode::KEY_NUMPAD_DIVIDE, L'/' },
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Dnative__xcomponent__key__event_8h.md24 …t.md) = 2111, [KEY_NUMPAD_9](_o_h___native_x_component.md) = 2112, [KEY_NUMPAD_DIVIDE](_o_h___nati…
H A Dnative__key_event_8h.md22 …le.md) = 2111, [KEY_NUMPAD_9](_ark_u_i___native_module.md) = 2112, [KEY_NUMPAD_DIVIDE](_ark_u_i___…
H A D_o_h___native_x_component.md55 …,<br>KEY_NUMPAD_7 = 2110, KEY_NUMPAD_8 = 2111, KEY_NUMPAD_9 = 2112, KEY_NUMPAD_DIVIDE = 2113,<br>K…
414 | KEY_NUMPAD_DIVIDE | Key **/** on numeric keypad. |
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Dnative__xcomponent__key__event_8h.md24 …t.md) = 2111, [KEY_NUMPAD_9](_o_h___native_x_component.md) = 2112, [KEY_NUMPAD_DIVIDE](_o_h___nati…
H A D_o_h___native_x_component.md55 …NUMPAD_8&nbsp;=&nbsp;2111,&nbsp;KEY_NUMPAD_9&nbsp;=&nbsp;2112,&nbsp;KEY_NUMPAD_DIVIDE&nbsp;=&nbsp;…
416 | KEY_NUMPAD_DIVIDE | 小键盘按键'/' |
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_keyevent_test.cpp58 { KeyCode::KEY_NUMPAD_DIVIDE, L'/' },