diff --git a/Source/OpenTK/GameWindow.cs b/Source/OpenTK/GameWindow.cs index 6daa4102..6603b06f 100644 --- a/Source/OpenTK/GameWindow.cs +++ b/Source/OpenTK/GameWindow.cs @@ -1006,6 +1006,15 @@ namespace OpenTK #region OnResize + /// + /// Called when this window is resized. + /// + /// Not used. + /// + /// You will typically wish to update your viewport whenever + /// the window is resized. See the + /// method. + /// protected override void OnResize(EventArgs e) { base.OnResize(e);