Skip to content

Commit

Permalink
make inEditMode accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
scheffle committed Feb 26, 2024
1 parent 52bdc48 commit 14da98e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vstgui/plugin-bindings/vst3editor.h
Expand Up @@ -134,6 +134,8 @@ class VST3Editor : public Steinberg::Vst::VSTGUIEditor,
IVST3EditorDelegate* getDelegate () const;
UIDescription* getUIDescription () const;

bool inEditMode () const;

//-----------------------------------------------------------------------------
DELEGATE_REFCOUNT(Steinberg::Vst::VSTGUIEditor)
Steinberg::tresult PLUGIN_API queryInterface (const ::Steinberg::TUID iid, void** obj) override;
Expand All @@ -153,7 +155,6 @@ class VST3Editor : public Steinberg::Vst::VSTGUIEditor,
bool enableShowEditButton () const;
void enableShowEditButton (bool state);
void showEditButton (bool state);
bool inEditMode () const;

bool PLUGIN_API open (void* parent, const PlatformType& type) override;
void PLUGIN_API close () override;
Expand Down

0 comments on commit 14da98e

Please sign in to comment.