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

Function isStatisticsActive

Samples/NiViewer/Statistics.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142bool isStatisticsActive()
143{
144 return (g_StatisticsState == COLLECTING || g_StatisticsState == COLLECTION_ENDED);
145}
146
147void getStatisticsMessage(char* csMessage)
148{

Callers 1

drawPointerModeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected