private void TkGameWindow_Closing(object sender, System.ComponentModel.CancelEventArgs e) { Dae.AlertWindowClosing(this); }
private void OnResized(object sender, EventArgs e) { size = new Vector(Width, Height); Dae.AlertWindowResized(this); }