summaryrefslogtreecommitdiffstats
path: root/doc/classes/Window.xml
diff options
context:
space:
mode:
authorpcamp <pcamp@users.noreply.github.com>2023-03-12 19:53:12 -0500
committerGitHub <noreply@github.com>2023-03-12 19:53:12 -0500
commit112977be262256b5cd3ac6713557dba74d905f44 (patch)
tree5f5ce48fa4e313490303c0ddeb2c31d3b70defdb /doc/classes/Window.xml
parent550a7798510810d238b733a54f69da71b2a2d152 (diff)
downloadredot-engine-112977be262256b5cd3ac6713557dba74d905f44.tar.gz
Fix typo in Window class.
"event as" -> "events will be"
Diffstat (limited to 'doc/classes/Window.xml')
-rw-r--r--doc/classes/Window.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Window.xml b/doc/classes/Window.xml
index 85ff536945..d194f7dd6c 100644
--- a/doc/classes/Window.xml
+++ b/doc/classes/Window.xml
@@ -530,7 +530,7 @@
[b]Note:[/b] Fullscreen mode is not exclusive full screen on Windows and Linux.
</member>
<member name="mouse_passthrough" type="bool" setter="set_flag" getter="get_flag" default="false">
- If [code]true[/code], all mouse event as passed to the underlying window of the same application. See also [member mouse_passthrough_polygon].
+ If [code]true[/code], all mouse events will be passed to the underlying window of the same application. See also [member mouse_passthrough_polygon].
[b]Note:[/b] This property is implemented on Linux (X11), macOS and Windows.
</member>
<member name="mouse_passthrough_polygon" type="PackedVector2Array" setter="set_mouse_passthrough_polygon" getter="get_mouse_passthrough_polygon" default="PackedVector2Array()">