mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-26 10:25:14 +00:00
Disabled test - InputDriver does not work with Mono's Linux Winforms yet.
This commit is contained in:
parent
146fef1135
commit
1b60956d3a
|
@ -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