From c6ed9bb77e5183b09a092e4d30a99200d816d3cd Mon Sep 17 00:00:00 2001
From: bruvzg <7645683+bruvzg@users.noreply.github.com>
Date: Mon, 16 Jan 2023 14:25:32 +0200
Subject: Fix typo and add missing docs for WINDOW_FLAG_MOUSE_PASSTHROUGH.
---
doc/classes/DisplayServer.xml | 2 +-
doc/classes/Window.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
(limited to 'doc/classes')
diff --git a/doc/classes/DisplayServer.xml b/doc/classes/DisplayServer.xml
index 1dc4dd3ff0..832adb6e98 100644
--- a/doc/classes/DisplayServer.xml
+++ b/doc/classes/DisplayServer.xml
@@ -1695,7 +1695,7 @@
[b]Note:[/b] This flag is implemented on macOS.
- All mouse event as passed to the underlying window of the same application.
+ All mouse events are passed to the underlying window of the same application.
Max value of the [enum WindowFlags].
diff --git a/doc/classes/Window.xml b/doc/classes/Window.xml
index dd145c016c..da31e6761e 100644
--- a/doc/classes/Window.xml
+++ b/doc/classes/Window.xml
@@ -729,6 +729,7 @@
[b]Note:[/b] This flag is implemented on macOS.
+ All mouse events are passed to the underlying window of the same application.
Max value of the [enum Flags].
--
cgit v1.2.3