You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Added documentation for the OS class MIDI functions.
This commit is contained in:
@@ -157,6 +157,8 @@
|
|||||||
<return type="PoolStringArray">
|
<return type="PoolStringArray">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_current_video_driver" qualifiers="const">
|
<method name="get_current_video_driver" qualifiers="const">
|
||||||
@@ -699,6 +701,7 @@
|
|||||||
<return type="void">
|
<return type="void">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Initialises the singleton for the system MIDI driver.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="print_all_resources">
|
<method name="print_all_resources">
|
||||||
|
|||||||
Reference in New Issue
Block a user