doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde 2019-03-07 10:54:42 +01:00
parent 7141c73ae8
commit 8f5d9b6391
7 changed files with 32 additions and 8 deletions

View file

@ -325,6 +325,15 @@
Set the mouse mode. See the constants for more information.
</description>
</method>
<method name="set_use_accumulated_input">
<return type="void">
</return>
<argument index="0" name="enable" type="bool">
</argument>
<description>
Whether to accumulate similar input events sent by the operating system. Defaults to [code]true[/code].
</description>
</method>
<method name="start_joy_vibration">
<return type="void">
</return>