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

Function mouseInputRegisterForSelectionRectangle

Samples/NiViewer/MouseInput.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void mouseInputRegisterForSelectionRectangle(SelectionRectangleChangedPtr pFunc)
97{
98 g_MouseInput.pSelectionCallback = pFunc;
99}
100
101void mouseInputRegisterForCursorMovement(CursorMovedPtr pFunc)
102{

Callers 1

drawInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected