mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 16:15:38 +00:00
Disabled test - InputDriver does not work with Mono's Linux Winforms yet.
This commit is contained in:
parent
038f9a4b08
commit
2b7d11d68b
|
@ -20,7 +20,7 @@ using System.Threading;
|
|||
|
||||
namespace Examples.Tests
|
||||
{
|
||||
public partial class S04_Input_Logger : Form, IExample
|
||||
public partial class S04_Input_Logger : Form//, IExample
|
||||
{
|
||||
InputDriver driver;
|
||||
Dictionary<IntPtr, ListBox> keyboardListBoxes = new Dictionary<IntPtr, ListBox>(4);
|
||||
|
|
Loading…
Reference in a new issue