From 008451670a99ec8ed9e9bb499ea9069ae709fcd0 Mon Sep 17 00:00:00 2001 From: meng-xinhai Date: Thu, 12 Jun 2025 17:14:59 +0800 Subject: [PATCH] =?UTF-8?q?pad=E5=9C=A8=E8=BE=B9=E7=BC=98=E6=8C=89?= =?UTF-8?q?=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: meng-xinhai --- interfaces/native/innerkits/event/include/input_event.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/interfaces/native/innerkits/event/include/input_event.h b/interfaces/native/innerkits/event/include/input_event.h index d012d0e051..d148f9e3b1 100644 --- a/interfaces/native/innerkits/event/include/input_event.h +++ b/interfaces/native/innerkits/event/include/input_event.h @@ -137,6 +137,8 @@ public: */ static constexpr uint32_t EVENT_FLAG_KEYBOARD_EXIT_FOCUS = 0x00004000; + static constexpr uint32_t EVENT_FLAG_GESTURE_SUPPLEMENT = 0x00008000; + /** * Indicates an unknown input source type. It is usually used as the initial value. * @@ -565,4 +567,4 @@ private: }; } // namespace MMI } // namespace OHOS -#endif // INPUT_EVENT_H \ No newline at end of file +#endif // INPUT_EVENT_H -- Gitee