MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / printStatisticsInfo

Function printStatisticsInfo

Samples/NiViewer/Draw.cpp:1299–1306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1297}
1298
1299void printStatisticsInfo()
1300{
1301 char csMessage[256];
1302 getStatisticsMessage(csMessage);
1303
1304 if (csMessage[0] != 0)
1305 drawCenteredMessage(GLUT_BITMAP_HELVETICA_18, 20, csMessage, 0, 1, 0);
1306}
1307
1308void printHelpGroup(int nXLocation, int* pnYLocation, const char* csGroup)
1309{

Callers 1

drawFrameFunction · 0.85

Calls 2

getStatisticsMessageFunction · 0.85
drawCenteredMessageFunction · 0.85

Tested by

no test coverage detected