浏览代码

Document that `parse_input_event` doesn't influence the OS

Markus Sauermann 1 年之前
父节点
当前提交
8121446385
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/classes/Input.xml

+ 1 - 0
doc/classes/Input.xml

@@ -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">