diff --git a/Source/OpenTK/GameWindow.cs b/Source/OpenTK/GameWindow.cs index 3c531f9f..4f6ba579 100644 --- a/Source/OpenTK/GameWindow.cs +++ b/Source/OpenTK/GameWindow.cs @@ -587,8 +587,8 @@ namespace OpenTK /// public void ProcessEvents() { - //if (!isExiting) - // InputDriver.Poll(); + if (!isExiting) + glWindow.InputDriver.Poll(); glWindow.ProcessEvents(); if (MustResize)