Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SetUnicodeTitle()

void ReLogic.OS.Windows.WindowService.SetUnicodeTitle ( GameWindow window,
string title )
inline

Implements ReLogic.OS.IWindowService.

Definition at line 33 of file WindowService.cs.

34 {
35 SDL.SDL_SetWindowTitle(window.Handle, title);
36 }