Change-Id: Iada857e54a07920811277f94ac03af36c86c5ab9
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
#define DALI_TOOLKIT_TEXT_CONTROLLER_IMPL_H
/*
- * Copyright (c) 2024 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2025 Samsung Electronics Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
public:
enum class ClearFocusOnEscapeState
{
- UNKNOWN = -1, ///< Unknown state
ENABLE = 0,
DISABLE = 1,
+ UNKNOWN = 2, ///< Unknown state
};
public: