deargui-vpl/ref/virtools/Samples/Virtools Interface SDK/Test/TestMenu.h

14 lines
400 B
C

#pragma once
//by default these functions are called in Testcallback.cpp
//if you do not use callback (do not have Testcallback.cpp), you should call these functions manually
//to add a menu in Virtools Dev main menu.
void InitMenu();
//to remove the menu from Virtools Dev main menu
void RemoveMenu();
//to fill menu with your own commands
void UpdateMenu();
#define STR_MAINMENUNAME "Test Menu"