From 0cf5de8f194b48f771c3ff3d44cb26fc83f220bb Mon Sep 17 00:00:00 2001 From: pcamp Date: Sun, 12 Mar 2023 19:53:12 -0500 Subject: Fix typo in Window class. "event as" -> "events will be" (cherry picked from commit 112977be262256b5cd3ac6713557dba74d905f44) --- doc/classes/Window.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Window.xml b/doc/classes/Window.xml index b8f731809a..a8237efd16 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. - 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. -- cgit v1.2.3