Disabled test - InputDriver does not work with Mono's Linux Winforms yet.

This commit is contained in:
the_fiddler 2007-09-25 15:47:39 +00:00
parent 038f9a4b08
commit 2b7d11d68b

View file

@ -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);