MCPcopy 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
111void endSubMenu()
112{
113 (g_MenuBuilder.nMenuPathIndex)--;
114 int nParentMenuID = g_MenuBuilder.aMenuPath[g_MenuBuilder.nMenuPathIndex];
115
116 glutSetMenu(nParentMenuID);
117}
118
119void endMenu()
120{

Callers 1

createMenuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected