Document that `parse_input_event` doesn't influence the OS

(cherry picked from commit 8121446385)
This commit is contained in:
Markus Sauermann 2024-02-25 12:04:35 +01:00 committed by Rémi Verschelde
parent da4aaaa007
commit 637960597f
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 0 deletions

View File

@ -295,6 +295,7 @@
Input.ParseInputEvent(cancelEvent); Input.ParseInputEvent(cancelEvent);
[/csharp] [/csharp]
[/codeblocks] [/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> </description>
</method> </method>
<method name="remove_joy_mapping"> <method name="remove_joy_mapping">