Change-Id: I6ebb501d0896380bc0ee58727d0fc3ce8798ed59
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
/*
- * Copyright (c) 2021 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2022 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.
bool WidgetImplUbuntu::IsKeyEventUsing() const
{
+ return false;
}
void WidgetImplUbuntu::SetUsingKeyEvent(bool flag)
Dali::Window WidgetImplUbuntu::GetWindow() const
{
- return Dali::Window();
+ return Dali::Window();
}
std::string WidgetImplUbuntu::GetWidgetId() const
{
- return std::string();
+ return std::string();
}
} // namespace Adaptor
/*
- * Copyright (c) 2021 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2022 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.
bool WidgetImplWin::IsKeyEventUsing() const
{
+ return false;
}
void WidgetImplWin::SetUsingKeyEvent(bool flag)
Dali::Window WidgetImplWin::GetWindow() const
{
- return Dali::Window();
+ return Dali::Window();
}
std::string WidgetImplWin::GetWidgetId() const
{
- return std::string();
+ return std::string();
}
} // namespace Adaptor