Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
void mouseInputRegisterForSelectionRectangle(SelectionRectangleChangedPtr pFunc)
97
{
98
g_MouseInput.pSelectionCallback = pFunc;
99
}
100
101
void mouseInputRegisterForCursorMovement(CursorMovedPtr pFunc)
102
{
Callers
1
drawInit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected