Exemple #1
0
        public GLFW_System()
        {
            input = new GLFW_Input();

            GLFW.GetVersion(out int major, out int minor, out int rev);

            ApiName    = "GLFW";
            ApiVersion = new Version(major, minor, rev);
        }