SFML.Window.Window.sfWindow_createUnicode C# (CSharp) Méthode

sfWindow_createUnicode() private méthode

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