diff options
| author | Marcelo Fernandez <marcelofg55@gmail.com> | 2018-08-03 21:17:33 -0300 |
|---|---|---|
| committer | Marcelo Fernandez <marcelofg55@gmail.com> | 2018-08-04 10:07:46 -0300 |
| commit | 05fc12ddb631c111b96bf03d84100d270f296b21 (patch) | |
| tree | 71763043111b98f1a70171aa385353f2882f8620 /core/bind/core_bind.h | |
| parent | 6c569c90b666c7fb773eca3948fc76ba7a160a27 (diff) | |
| download | redot-engine-05fc12ddb631c111b96bf03d84100d270f296b21.tar.gz | |
Add OS::open_midi_inputs and OS::close_midi_inputs
Diffstat (limited to 'core/bind/core_bind.h')
| -rw-r--r-- | core/bind/core_bind.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h index 1729c23779..3072bbe33a 100644 --- a/core/bind/core_bind.h +++ b/core/bind/core_bind.h @@ -153,6 +153,8 @@ public: virtual String get_audio_driver_name(int p_driver) const; virtual PoolStringArray get_connected_midi_inputs(); + virtual void open_midi_inputs(); + virtual void close_midi_inputs(); virtual int get_screen_count() const; virtual int get_current_screen() const; |
