SFML.Window.Window.sfWindow_createUnicode C# (CSharp) Method

sfWindow_createUnicode() private method

private sfWindow_createUnicode ( VideoMode Mode, IntPtr Title, Styles Style, ContextSettings &Params ) : IntPtr
Mode VideoMode
Title System.IntPtr
Style Styles
Params ContextSettings
return System.IntPtr
        static extern IntPtr sfWindow_createUnicode(VideoMode Mode, IntPtr Title, Styles Style, ref ContextSettings Params);