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 146fef1135
commit 1b60956d3a

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