Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNI/OpenNI
/ endSubMenu
Function
endSubMenu
Samples/NiViewer/Menu.cpp:111–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
void endSubMenu()
112
{
113
(g_MenuBuilder.nMenuPathIndex)--;
114
int nParentMenuID = g_MenuBuilder.aMenuPath[g_MenuBuilder.nMenuPathIndex];
115
116
glutSetMenu(nParentMenuID);
117
}
118
119
void endMenu()
120
{
Callers
1
createMenu
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected