Re-added input polling.
This commit is contained in:
parent
8e991b93e9
commit
bf22f52597
1 changed files with 2 additions and 2 deletions
|
@ -587,8 +587,8 @@ namespace OpenTK
|
|||
/// </remarks>
|
||||
public void ProcessEvents()
|
||||
{
|
||||
//if (!isExiting)
|
||||
// InputDriver.Poll();
|
||||
if (!isExiting)
|
||||
glWindow.InputDriver.Poll();
|
||||
glWindow.ProcessEvents();
|
||||
|
||||
if (MustResize)
|
||||
|
|
Loading…
Reference in a new issue