Add array element type to get_connected_joypads

This commit is contained in:
Raul Santos
2022-06-03 18:29:10 +02:00
parent c0bf18e923
commit 3e53afd52c
3 changed files with 5 additions and 4 deletions

View File

@@ -80,7 +80,7 @@
</description>
</method>
<method name="get_connected_joypads">
<return type="Array" />
<return type="int[]" />
<description>
Returns an [Array] containing the device IDs of all currently connected joypads.
</description>