Skip to content

Commit

Permalink
[NUI] Add VirtualRemocon and VirtualMouse sub device types
Browse files Browse the repository at this point in the history
  • Loading branch information
JoogabYun committed Apr 25, 2024
1 parent 574c457 commit d737c6b
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/Tizen.NUI/src/public/Common/NUIConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,17 @@ public enum DeviceSubClassType
/// A virtual keyboard
/// </summary>
/// <since_tizen> 4 </since_tizen>
VirtualKeyboard
VirtualKeyboard,
/// <summary>
/// A virtual remocon
/// </summary>
[EditorBrowsable(EditorBrowsableState.Never)]
VirtualRemocon,
/// <summary>
/// A virtual mouse
/// </summary>
[EditorBrowsable(EditorBrowsableState.Never)]
VirtualMouse
}

/// <summary>
Expand Down Expand Up @@ -783,7 +793,7 @@ public enum WindowType
/// This is a desktop type. No other windows can be placed below this type of window.
/// </summary>
[EditorBrowsable(EditorBrowsableState.Never)]
Desktop
Desktop
}

/// <summary>
Expand Down

0 comments on commit d737c6b

Please sign in to comment.