Exemplo n.º 1
0
        public static bool InitAGK()
        {
            if (m_Window.Handle != null)
            {
                Agk.InitGL(m_Window.Handle);
            }

            return(true);
        }
Exemplo n.º 2
0
        public static bool InitAGK(Form window)
        {
            if (window.Handle != null)
            {
                Agk.InitGL(window.Handle);
            }

            return(true);
        }