IrrlichtNETCP.IrrlichtDevice.Device_SetWindowCaptionW C# (CSharp) Method

Device_SetWindowCaptionW() private method

private Device_SetWindowCaptionW ( IntPtr raw, string caption ) : void
raw System.IntPtr
caption string
return void
        static extern void Device_SetWindowCaptionW(IntPtr raw, string caption);