Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNI/OpenNI
/ startMenu
Function
startMenu
Samples/NiViewer/Menu.cpp:72–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
void startMenu()
73
{
74
g_MenuBuilder.aMenuPath[0] = glutCreateMenu(mainMenuCallback);
75
g_MenuBuilder.nMenuPathIndex = 0;
76
g_MenuBuilder.nCurrMenuItem = 0;
77
}
78
79
void startSubMenu(const char* csName)
80
{
Callers
1
createMenu
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected