diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-12-06 14:03:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-06 14:03:01 +0100 |
commit | 1f5a3ba0bae8f0bf7012028c999b999e7c00d087 (patch) | |
tree | dd238c59371d2faceb8d3decb7f112a0b01fc4fd /doc/classes | |
parent | 5baf20e638a7a5ca140208f961c0b65a61c33734 (diff) | |
parent | cb2bdcd286c380906044e941ddc8e437f6111bc5 (diff) |
Merge pull request #55661 from KoBeWi/joys_of_connection
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Input.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml index cd5ba2e17f..068106f2c7 100644 --- a/doc/classes/Input.xml +++ b/doc/classes/Input.xml @@ -243,17 +243,6 @@ Returns [code]true[/code] if you are pressing the key in the physical location on the 101/102-key US QWERTY keyboard. You can pass a [enum Key] constant. </description> </method> - <method name="joy_connection_changed"> - <return type="void" /> - <argument index="0" name="device" type="int" /> - <argument index="1" name="connected" type="bool" /> - <argument index="2" name="name" type="String" /> - <argument index="3" name="guid" type="String" /> - <description> - Notifies the [Input] singleton that a connection has changed, to update the state for the [code]device[/code] index. - This is used internally and should not have to be called from user scripts. See [signal joy_connection_changed] for the signal emitted when this is triggered internally. - </description> - </method> <method name="parse_input_event"> <return type="void" /> <argument index="0" name="event" type="InputEvent" /> |