Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SetIcon()
void ReLogic.OS.IWindowService.SetIcon
(
GameWindow
window
)
inline
inherited
Definition at line
21
of file
IWindowService.cs
.
22
{
23
IntPtr
surface = SDL.SDL_LoadBMP(
"Libraries/Native/tModLoader.bmp"
);
24
SDL.SDL_SetWindowIcon(window.Handle, surface);
25
}
System.IntPtr
Definition
IntPtr.cs:14
ReLogic
OS
Windows
WindowService
Generated by
1.10.0