MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / SetTitle

Method SetTitle

engine/PoseidonGL33/SDLEventWindow.hpp:282–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 }
281 bool IsMouseGrabbed() const { return _mouseGrab; }
282 void SetTitle(const char* title)
283 {
284 if (_sdlWindow)
285 SDL_SetWindowTitle(_sdlWindow, title);
286 }
287};

Callers 1

showFolderDialogFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected