mirror of
https://github.com/godotengine/godot.git
synced 2025-01-06 17:37:18 +08:00
Merge pull request #33211 from drentsoft/os_midi_documentation_branch
Added documentation for the OS class MIDI functions.
This commit is contained in:
commit
81b53f5a5c
@ -157,6 +157,8 @@
|
||||
<return type="PoolStringArray">
|
||||
</return>
|
||||
<description>
|
||||
Returns an array of MIDI device names.
|
||||
The returned array will be empty if the system MIDI driver has not previously been initialised with [method open_midi_inputs].
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_current_video_driver" qualifiers="const">
|
||||
@ -699,6 +701,7 @@
|
||||
<return type="void">
|
||||
</return>
|
||||
<description>
|
||||
Initialises the singleton for the system MIDI driver.
|
||||
</description>
|
||||
</method>
|
||||
<method name="print_all_resources">
|
||||
|
Loading…
Reference in New Issue
Block a user