Don't generate empty doc sections and reduce code duplication
This commit is contained in:
parent
2d1699ef82
commit
d54f2ad7ca
647 changed files with 76 additions and 2011 deletions
|
|
@ -10,8 +10,6 @@
|
|||
<tutorials>
|
||||
<link title="InputEvent">https://docs.godotengine.org/en/latest/tutorials/inputs/inputevent.html</link>
|
||||
</tutorials>
|
||||
<methods>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="index" type="int" setter="set_index" getter="get_index" default="0">
|
||||
The touch index in the case of a multi-touch event. One index = one finger.
|
||||
|
|
@ -23,6 +21,4 @@
|
|||
If [code]true[/code], the touch's state is pressed. If [code]false[/code], the touch's state is released.
|
||||
</member>
|
||||
</members>
|
||||
<constants>
|
||||
</constants>
|
||||
</class>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue