mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 16:05:29 +00:00
Trying to debug why mouse is not moving on Linux.
This commit is contained in:
parent
08544da8ce
commit
0ac14a65f4
|
@ -156,7 +156,7 @@ namespace Examples.Tests
|
|||
void hidden_UpdateFrame(object sender, UpdateFrameEventArgs e)
|
||||
{
|
||||
this.BeginInvoke(ControlLogMousePositionChanges, hidden, this);
|
||||
Thread.Sleep(0);
|
||||
//Thread.Sleep(0);
|
||||
}
|
||||
|
||||
void LogMouseMove(MouseDevice sender, EventArgs e)
|
||||
|
@ -176,9 +176,6 @@ namespace Examples.Tests
|
|||
|
||||
void LogKeyDown(KeyboardDevice sender, Key key)
|
||||
{
|
||||
if (key == Key.Escape)
|
||||
this.BeginInvoke(new MethodInvoker(Close));
|
||||
|
||||
this.BeginInvoke(ControlLogKeyboardDown, hidden, this, sender, key);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue