X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fsystem%2Fwindows%2Fwidget-controller-win.cpp;h=5c8022e19f22509773b8f66fac8e33c0726ffd41;hb=f4801b0e8f7f97d5a565a2533c7780409889873c;hp=bb709104f31e61cafba78ea74f093d8e8a5a4acd;hpb=3945e7fc5c0a91098047c3d459e75638064f2802;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/system/windows/widget-controller-win.cpp b/dali/internal/system/windows/widget-controller-win.cpp index bb70910..5c8022e 100644 --- a/dali/internal/system/windows/widget-controller-win.cpp +++ b/dali/internal/system/windows/widget-controller-win.cpp @@ -1,5 +1,5 @@ /* - * 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. @@ -38,6 +38,7 @@ void WidgetImplWin::SetContentInfo(const std::string& contentInfo) bool WidgetImplWin::IsKeyEventUsing() const { + return false; } void WidgetImplWin::SetUsingKeyEvent(bool flag) @@ -50,12 +51,12 @@ void WidgetImplWin::SetInformation(Dali::Window window, const std::string& widge Dali::Window WidgetImplWin::GetWindow() const { - return Dali::Window(); + return Dali::Window(); } std::string WidgetImplWin::GetWidgetId() const { - return std::string(); + return std::string(); } } // namespace Adaptor