mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2024-11-23 14:49:59 +00:00
Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>
Changes to be committed:
This commit is contained in:
parent
bc43e6da51
commit
b1926e3958
@ -52,7 +52,8 @@ struct PanelAdjustInfo {
|
||||
|
||||
class InputMethodPanel {
|
||||
public:
|
||||
static constexpr uint32_t INVALID_WINDOW_ID = 0;
|
||||
static constexpr uint32_t INIT_WINDOW_ID = 0;
|
||||
static constexpr uint32_t INVALID_WINDOW_ID = INIT_WINDOW_ID - 1;
|
||||
using CallbackFunc = std::function<void(uint32_t, PanelFlag)>;
|
||||
InputMethodPanel() = default;
|
||||
~InputMethodPanel();
|
||||
|
Loading…
Reference in New Issue
Block a user