MCPcopy Create free account
hub / github.com/SFML/SFML / cleanup

Method cleanup

src/SFML/Window/Unix/WindowImplX11.cpp:1790–1797  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

1788
1789////////////////////////////////////////////////////////////
1790void WindowImplX11::cleanup()
1791{
1792 // Restore the previous video mode (in case we were running in fullscreen)
1793 resetVideoMode();
1794
1795 // Unhide the mouse cursor (in case it was hidden)
1796 setMouseCursorVisible(true);
1797}
1798
1799
1800////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected