SFML.Window.Window.sfWindow_createUnicode C# (CSharp) 메소드

sfWindow_createUnicode() 개인적인 메소드

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