doc: Sync classref with current source

Ensure that s/fixed_process/physics_process/ is handled properly.
[ci skip]
This commit is contained in:
Rémi Verschelde
2017-10-11 23:54:43 +02:00
parent c30ab882d7
commit b1f2c31a36
40 changed files with 299 additions and 120 deletions

View File

@@ -237,6 +237,20 @@
Returns true or false depending on whether mouse button is pressed or not. You can pass BUTTON_*, which are pre-defined constants listed in [@Global Scope].
</description>
</method>
<method name="joy_connection_changed">
<return type="void">
</return>
<argument index="0" name="device" type="int">
</argument>
<argument index="1" name="connected" type="bool">
</argument>
<argument index="2" name="name" type="String">
</argument>
<argument index="3" name="guid" type="String">
</argument>
<description>
</description>
</method>
<method name="parse_input_event">
<return type="void">
</return>