Merge pull request #88810 from Sauermann/fix-parse-input-doc

Document that `parse_input_event` doesn't influence the OS
This commit is contained in:
Rémi Verschelde 2024-03-01 15:00:21 +01:00
commit c13cb95d0f
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -301,6 +301,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.
</description>
</method>
<method name="remove_joy_mapping">