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

Method closeWindow

examples/OpenGLWindow/Win32Window.cpp:777–787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

775}
776
777void Win32Window::closeWindow()
778{
779 setKeyboardCallback(0);
780 setMouseMoveCallback(0);
781 setMouseButtonCallback(0);
782 setWheelCallback(0);
783 setResizeCallback(0);
784 setRenderCallback(0);
785
786 DestroyWindow(this->m_data->m_hWnd);
787}
788
789void Win32Window::getMouseCoordinates(int& x, int& y)
790{

Callers 4

mainFunction · 0.45
mainFunction · 0.45
~SimpleOpenGL3AppMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected