Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLAP: Host GUI #892

Open
mfisher31 opened this issue Feb 7, 2025 · 0 comments
Open

CLAP: Host GUI #892

mfisher31 opened this issue Feb 7, 2025 · 0 comments
Labels
clap Something CLAP related.

Comments

@mfisher31
Copy link
Member

      // clap_host_gui
      virtual bool implementsGui() const noexcept { return false; }
      virtual void guiResizeHintsChanged() noexcept {}
      virtual bool guiRequestResize(uint32_t width, uint32_t height) noexcept { return false; }
      virtual bool guiRequestShow() noexcept { return false; }
      virtual bool guiRequestHide() noexcept { return false; }
      virtual void guiClosed(bool wasDestroyed) noexcept {}
@mfisher31 mfisher31 added the clap Something CLAP related. label Feb 7, 2025
@mfisher31 mfisher31 moved this to Ready in Element 1.1.x Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clap Something CLAP related.
Projects
Status: No status
Status: Ready
Development

No branches or pull requests

1 participant