mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-08 12:50:42 +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
|
namespace Examples.Tests
|
||||||
{
|
{
|
||||||
public partial class S04_Input_Logger : Form, IExample
|
public partial class S04_Input_Logger : Form//, IExample
|
||||||
{
|
{
|
||||||
InputDriver driver;
|
InputDriver driver;
|
||||||
Dictionary<IntPtr, ListBox> keyboardListBoxes = new Dictionary<IntPtr, ListBox>(4);
|
Dictionary<IntPtr, ListBox> keyboardListBoxes = new Dictionary<IntPtr, ListBox>(4);
|
||||||
|
|
Loading…
Reference in a new issue