Add logging for IContextMenuTarget

This commit is contained in:
Robbert van der Helm
2021-01-06 23:45:24 +01:00
parent 1d75fbedc6
commit 48787b5e60
3 changed files with 14 additions and 1 deletions
@@ -34,6 +34,8 @@
* the user clicks on them. As far as I'm aware, not a single Linux VST3 host
* implements `IComponentHandler3` and thus provides support for these context
* menus.
*
* TODO: None of this has been tested because no host on Linux implement this.
*/
class Vst3ContextMenuProxy : public YaContextMenu {
public: