Fix Input::remove_joy_mapping
Erasing a joypad mapping can invalidate other attached joypads and the fallback mapping guid
This commit is contained in:
parent
4364ed6ccd
commit
40832387ce
3 changed files with 31 additions and 3 deletions
|
|
@ -311,7 +311,7 @@
|
|||
<return type="void" />
|
||||
<param index="0" name="guid" type="String" />
|
||||
<description>
|
||||
Removes all mappings from the internal database that match the given GUID.
|
||||
Removes all mappings from the internal database that match the given GUID. All currently connected joypads that use this GUID will become unmapped.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_accelerometer">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue