Misc improvements to various docs

This commit is contained in:
kobewi
2021-11-30 22:32:23 +01:00
parent e223a9c129
commit 244c5ecc64
6 changed files with 13 additions and 12 deletions

View File

@@ -15,7 +15,7 @@
The touch index in the case of a multi-touch event. One index = one finger.
</member>
<member name="position" type="Vector2" setter="set_position" getter="get_position" default="Vector2(0, 0)">
The touch position.
The touch position, in screen (global) coordinates.
</member>
<member name="pressed" type="bool" setter="set_pressed" getter="is_pressed" default="false">
If [code]true[/code], the touch's state is pressed. If [code]false[/code], the touch's state is released.