MCPcopy Create free account
hub / github.com/VCVRack/Rack / HelpButton

Method HelpButton

src/app/MenuBar.cpp:995–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

993 NotificationIcon* notification;
994
995 HelpButton() {
996 notification = new NotificationIcon;
997 addChild(notification);
998 }
999
1000 void onAction(const ActionEvent& e) override {
1001 ui::Menu* menu = createMenu();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected