mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-23 16:31:10 +00:00
Re-added input polling.
This commit is contained in:
parent
8e991b93e9
commit
bf22f52597
|
@ -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