diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml index 334b04a79c1..7d59f6a8d89 100644 --- a/doc/classes/Input.xml +++ b/doc/classes/Input.xml @@ -295,6 +295,7 @@ Input.ParseInputEvent(cancelEvent); [/csharp] [/codeblocks] + [b]Note:[/b] Calling this function has no influence on the operating system. So for example sending an [InputEventMouseMotion] will not move the OS mouse cursor to the specified position (use [method warp_mouse] instead) and sending [kbd]Alt/Cmd + Tab[/kbd] as [InputEventKey] won't toggle between active windows.