Re-added input polling.

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

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)