This commit is contained in:
Zihan Chen
2018-07-05 05:37:10 -07:00
parent 230de0e1a0
commit 189ab6ff06
19 changed files with 85 additions and 109 deletions

View File

@@ -1559,7 +1559,8 @@ Native Window
/// <summary>
/// Hide the window.
/// </summary>
virtual void Hide()=0;
/// <param name="closeWindow">Set to true to really close the window. Or the window will just be hidden. This parameter only affect the main window.</param>
virtual void Hide(bool closeWindow)=0;
/// <summary>
/// Test is the window visible.
/// </summary>