MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / getMouseMoveCallback

Method getMouseMoveCallback

examples/OpenGLWindow/Win32Window.cpp:863–866  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

861}
862
863b3MouseMoveCallback Win32Window::getMouseMoveCallback()
864{
865 return m_data->m_mouseMoveCallback;
866}
867b3MouseButtonCallback Win32Window::getMouseButtonCallback()
868{
869 return m_data->m_mouseButtonCallback;

Callers 5

initMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected