Esempio n. 1
0
        public Ple_GameWindow(int width, int height, GraphicsMode mode, string title, GameWindowFlags options,
                              DisplayDevice device, int major, int minor, GraphicsContextFlags flags)
            : base(width, height, mode, title, options, device, major, minor, flags)
        {
            xConsole.WriteLine(new String('-', 20), ConsoleColor.Cyan);

            GamepadListener.Start(this);

            xConsole.WriteLine(new String('-', 20), ConsoleColor.Cyan);
            return;
        }