Searched refs:KEY_NUMPAD_DIVIDE (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event.cpp | 71 { KeyCode::KEY_NUMPAD_DIVIDE, '/' }, 114 …{ KeyCode::KEY_PLUS, "+=" }, { KeyCode::KEY_NUMPAD_DIVIDE, "/" }, { KeyCode::KEY_NUMPAD_MULTIPLY, … in ConvertInputCodeToString()
|
H A D | key_event.h | 171 KEY_NUMPAD_DIVIDE = 2113, enumerator
|
H A D | key_event_recognizer.cpp | 181 {KeyCode::KEY_NUMPAD_DIVIDE, "KEYCODE_NUMPAD_DIVIDE"}, in KeyCodeToString()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_xcomponent_key_event.h | 175 KEY_NUMPAD_DIVIDE = 2113, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/samples/ |
H A D | event_adapter.cpp | 57 { GLFW_KEY_KP_DIVIDE, KeyCode::KEY_NUMPAD_DIVIDE },
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 168 KEY_NUMPAD_DIVIDE = 2113, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | event_dispatcher.cpp | 49 { MMI::KeyCode::KEY_NUMPAD_DIVIDE, L'/' },
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | native__xcomponent__key__event_8h.md | 24 …t.md) = 2111, [KEY_NUMPAD_9](_o_h___native_x_component.md) = 2112, [KEY_NUMPAD_DIVIDE](_o_h___nati…
|
H A D | native__key_event_8h.md | 22 …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.md | 55 …,<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 D | native__xcomponent__key__event_8h.md | 24 …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.md | 55 …NUMPAD_8 = 2111, KEY_NUMPAD_9 = 2112, KEY_NUMPAD_DIVIDE = … 416 | KEY_NUMPAD_DIVIDE | 小键盘按键'/' |
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_keyevent_test.cpp | 58 { KeyCode::KEY_NUMPAD_DIVIDE, L'/' },
|