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

Method setWheelCallback

examples/OpenGLWindow/Win32Window.cpp:831–834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

829}
830
831void Win32Window::setWheelCallback(b3WheelCallback wheelCallback)
832{
833 m_data->m_wheelCallback = wheelCallback;
834}
835
836void Win32Window::setMouseMoveCallback(b3MouseMoveCallback mouseCallback)
837{

Callers 6

SimpleOpenGL3AppMethod · 0.45
SimpleOpenGL2AppMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected