From: joogab.yun Date: Tue, 10 Oct 2023 07:51:35 +0000 (+0900) Subject: revert default key construct X-Git-Tag: accepted/tizen/8.0/unified/20240613.065534~180 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=208f7a9020c16155e2f3647b041aeb117c0e5e64;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git revert default key construct refer : https://github.com/Samsung/TizenFX/pull/5589/ --- diff --git a/src/Tizen.NUI/src/public/Input/Key.cs b/src/Tizen.NUI/src/public/Input/Key.cs index 4ec0244..ab70323 100755 --- a/src/Tizen.NUI/src/public/Input/Key.cs +++ b/src/Tizen.NUI/src/public/Input/Key.cs @@ -30,7 +30,7 @@ namespace Tizen.NUI /// The default constructor. /// /// 3 - public Key() : this(Interop.Key.New(), true) + public Key() : this(Interop.Key.New("","",0,0,0u,0), true) { if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); }