1.1 --- a/HidEvent.cs Sun Feb 15 20:28:46 2015 +0100
1.2 +++ b/HidEvent.cs Sun Feb 15 21:48:07 2015 +0100
1.3 @@ -222,7 +222,7 @@
1.4 if (IsButtonDown)
1.5 {
1.6 //TODO: Make this optional
1.7 - StartRepeatTimer(iRepeatDelay);
1.8 + //StartRepeatTimer(iRepeatDelay);
1.9 }
1.10
1.11 IsValid = true;