From bf22f525979600f02af1d43a63124e076940db74 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Tue, 15 Jan 2008 13:01:55 +0000 Subject: [PATCH] Re-added input polling. --- Source/OpenTK/GameWindow.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)