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

Function setScreenLayout

Samples/NiViewer/Draw.cpp:386–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386void setScreenLayout(int layout)
387{
388 g_DrawConfig.Streams.ScreenArrangement = (ScreenArrangementType)layout;
389 drawConfigChanged();
390}
391
392void windowReshaped(int width, int height)
393{

Callers

nothing calls this directly

Calls 1

drawConfigChangedFunction · 0.85

Tested by

no test coverage detected