mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-12 07:25:39 +00:00
Re-added input polling.
This commit is contained in:
parent
8c3011f405
commit
d8620652b5
|
@ -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