Re-added input polling.

This commit is contained in:
the_fiddler 2008-01-15 13:01:55 +00:00
parent 8e991b93e9
commit bf22f52597

View file

@ -587,8 +587,8 @@ namespace OpenTK
/// </remarks> /// </remarks>
public void ProcessEvents() public void ProcessEvents()
{ {
//if (!isExiting) if (!isExiting)
// InputDriver.Poll(); glWindow.InputDriver.Poll();
glWindow.ProcessEvents(); glWindow.ProcessEvents();
if (MustResize) if (MustResize)