From: joogab.yun Date: Mon, 29 Apr 2024 00:01:43 +0000 (+0900) Subject: Revert "[NUI] Add VirtualRemocon and VirtualMouse sub device types" X-Git-Tag: accepted/tizen/8.0/unified/20240613.065534~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b57673f54fa1ce9f401e86f6258b690edcd065c;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Revert "[NUI] Add VirtualRemocon and VirtualMouse sub device types" This reverts commit 36e0fc7ebd3b37f71ac216bee74493d93533a350. --- diff --git a/src/Tizen.NUI/src/public/Common/NUIConstants.cs b/src/Tizen.NUI/src/public/Common/NUIConstants.cs index 2d467bc..0ece9f7 100755 --- a/src/Tizen.NUI/src/public/Common/NUIConstants.cs +++ b/src/Tizen.NUI/src/public/Common/NUIConstants.cs @@ -438,17 +438,7 @@ namespace Tizen.NUI /// A virtual keyboard /// /// 4 - VirtualKeyboard, - /// - /// A virtual remocon - /// - [EditorBrowsable(EditorBrowsableState.Never)] - VirtualRemocon, - /// - /// A virtual mouse - /// - [EditorBrowsable(EditorBrowsableState.Never)] - VirtualMouse + VirtualKeyboard } /// @@ -793,7 +783,7 @@ namespace Tizen.NUI /// This is a desktop type. No other windows can be placed below this type of window. /// [EditorBrowsable(EditorBrowsableState.Never)] - Desktop + Desktop } ///