Aiv.Fast2D.Android.MobileGame.OnLoad C# (CSharp) Method

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void
        protected override void OnLoad(EventArgs e)
        {
            base.OnLoad(e);

            window.FixMobileViewport();
            this.setupDelegate(window);

            // Run the render loop
            Run();
        }