Searched refs:Input_KeyEventAction (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | oh_window_event_filter.cpp | 26 static const std::unordered_map<int32_t, Input_KeyEventAction> keyEventActionMap = { 27 {OHOS::MMI::KeyEvent::KeyEvent::KEY_ACTION_CANCEL, Input_KeyEventAction::KEY_ACTION_CANCEL}, 28 {OHOS::MMI::KeyEvent::KeyEvent::KEY_ACTION_DOWN, Input_KeyEventAction::KEY_ACTION_DOWN}, 29 {OHOS::MMI::KeyEvent::KeyEvent::KEY_ACTION_UP, Input_KeyEventAction::KEY_ACTION_UP},
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.38/ |
H A D | changelogs-window.md | 11 …构体的[Input_KeyEventAction](../../../application-dev/reference/apis-input-kit/input.md#input_keyeven… 16 变更前,注入Input_KeyEvent中的Input_KeyEventAction为1、2、3,无法匹配枚举。<br/> 17 变更后,注入Input_KeyEvent中的Input_KeyEventAction为0、1、2,匹配枚举。<br/> 33 注入行为bug修复,开发者之前用code作硬编码需要改为对应的Input_KeyEventAction枚举。
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.38/ |
H A D | changelogs-window.md | 11 …Input_KeyEventAction](../../../application-dev/reference/apis-input-kit/input.md#input_keyeventact… 16 Before the change, the value of **Input_KeyEventAction** in **Input_KeyEvent** is 1, 2, or 3, which… 17 After the change, the value of **Input_KeyEventAction** in **Input_KeyEvent** is 0, 1, or 2, which … 33 Change the code to the corresponding enumerated values of **Input_KeyEventAction**.
|
/ohos5.0/docs/zh-cn/application-dev/windowmanager/ |
H A D | native-window-event-filter.md | 53 // && action == Input_KeyEventAction::KEY_ACTION_DOWN; 57 … && action == Input_KeyEventAction::KEY_ACTION_DOWN) || (keyCode == Input_KeyCode::KEYCODE_ESCAPE);
|
/ohos5.0/docs/en/application-dev/windowmanager/ |
H A D | native-window-event-filter.md | 53 // && action == Input_KeyEventAction::KEY_ACTION_DOWN; 57 … && action == Input_KeyEventAction::KEY_ACTION_DOWN) || (keyCode == Input_KeyCode::KEYCODE_ESCAPE);
|
/ohos5.0/foundation/multimodalinput/input/interfaces/kits/c/input/ |
H A D | oh_input_manager.h | 70 typedef enum Input_KeyEventAction { enum 77 } Input_KeyEventAction; typedef
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/ |
H A D | input.md | 37 | typedef enum [Input_KeyEventAction](#input_keyeventaction) [Input_KeyEventAction](#input_keyevent… 72 | [Input_KeyEventAction](#input_keyeventaction) { KEY_ACTION_CANCEL = 0, KEY_ACTION_DOWN = 1, KEY_A… 340 ### Input_KeyEventAction subsection 696 ### Input_KeyEventAction subsection 699 enum Input_KeyEventAction 3025 | keyAction | 按键是否按下,具体请参考[Input_KeyEventAction](#input_keyeventaction)。 |
|
H A D | oh__input__manager_8h.md | 33 | typedef enum [Input_KeyEventAction](input.md#input_keyeventaction) [Input_KeyEventAction](input.m… 65 | [Input_KeyEventAction](input.md#input_keyeventaction) { [KEY_ACTION_CANCEL](input.md) = 0, [KEY_A…
|
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/ |
H A D | oh__input__manager_8h.md | 33 | typedef enum [Input_KeyEventAction](input.md#input_keyeventaction) [Input_KeyEventAction](input.m… 65 | [Input_KeyEventAction](input.md#input_keyeventaction) { [KEY_ACTION_CANCEL](input.md) = 0, [KEY_A…
|
H A D | input.md | 37 | typedef enum [Input_KeyEventAction](#input_keyeventaction) [Input_KeyEventAction](#input_keyevent… 72 | [Input_KeyEventAction](#input_keyeventaction) { KEY_ACTION_CANCEL = 0, KEY_ACTION_DOWN = 1, KEY_A… 340 ### Input_KeyEventAction subsection 696 ### Input_KeyEventAction subsection 699 enum Input_KeyEventAction 3025 | keyAction | Whether a key is pressed. For details, see [Input_KeyEventAction](#input_keyeventacti…
|