From 7d59b81d79236ea82c72cfa5cb6a0ee341762fc6 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Wed, 19 Jan 2022 14:04:05 +0200 Subject: =?UTF-8?q?=EF=BB=BFAdd=20exclusive=20window=20handling=20to=20Dis?= =?UTF-8?q?playServer=20(on=20macOS=20and=20Windows).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/classes/DisplayServer.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/classes/DisplayServer.xml') diff --git a/doc/classes/DisplayServer.xml b/doc/classes/DisplayServer.xml index 281c218d0d..ca3d1138b9 100644 --- a/doc/classes/DisplayServer.xml +++ b/doc/classes/DisplayServer.xml @@ -638,6 +638,16 @@ + + + + + + If set to [code]true[/code], this window will always stay on top of its parent window, parent window will ignore input while this window is opened. + [b]Note:[/b] On macOS, exclusive windows are confined to the same space (virtual desktop or screen) as the parent window. + [b]Note:[/b] This method is implemented on macOS and Windows. + + -- cgit v1.2.3