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

◆ SetUnicodeTitle()

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

Implements ReLogic.OS.IWindowService.

Definition at line 7 of file WindowService.cs.

8 {
9 window.Title = title;
10 }