MCPcopy
hub / github.com/EngoEngine/engo / DestroyWindow

Function DestroyWindow

engo_sdl.go:109–113  ·  view source on GitHub ↗

DestroyWindow handles the termination of windows

()

Source from the content-addressed store, hash-verified

107
108// DestroyWindow handles the termination of windows
109func DestroyWindow() {
110 sdl.GLDeleteContext(sdlGLContext)
111 Window.Destroy()
112 sdl.Quit()
113}
114
115// SetTitle sets the title of the window
116func SetTitle(title string) {

Callers

nothing calls this directly

Calls 1

DestroyMethod · 0.45

Tested by

no test coverage detected