Add borderless window on Windows platform and add easy function in Screen class to change window mode.
This commit is contained in:
@@ -445,6 +445,15 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sets the window to be borderless or not and to be fullscreen.
|
||||
/// </summary>
|
||||
/// <param name="isBorderless">Whether or not to have borders on window.</param>
|
||||
/// <param name="fullscreen">Whether or not to make the borderless window fullscreen.</param>
|
||||
API_FUNCTION() virtual void SetBorderless(bool isBorderless, bool fullscreen)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Restores the window state before minimizing or maximizing.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user