[NUI] revert default key construct
authorjoogab.yun <joogab.yun@samsung.com>
Tue, 10 Oct 2023 07:51:35 +0000 (16:51 +0900)
committerEunki Hong <h.pichulia@gmail.com>
Wed, 25 Oct 2023 12:48:44 +0000 (21:48 +0900)
refer : https://github.com/Samsung/TizenFX/pull/5589/

src/Tizen.NUI/src/public/Input/Key.cs

index 4ec0244..ab70323 100755 (executable)
@@ -30,7 +30,7 @@ namespace Tizen.NUI
         /// The default constructor.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        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();
         }