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

Method getMouseButtonCallback

examples/OpenGLWindow/Win32Window.cpp:867–870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

865 return m_data->m_mouseMoveCallback;
866}
867b3MouseButtonCallback Win32Window::getMouseButtonCallback()
868{
869 return m_data->m_mouseButtonCallback;
870}
871b3ResizeCallback Win32Window::getResizeCallback()
872{
873 return m_data->m_resizeCallback;

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