mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-23 23:01:00 +00:00
Re-added input polling.
This commit is contained in:
parent
8e991b93e9
commit
bf22f52597
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue