diff --git a/Source/OpenTK/Input/MouseDevice.cs b/Source/OpenTK/Input/MouseDevice.cs index d95d366f..62d5158a 100644 --- a/Source/OpenTK/Input/MouseDevice.cs +++ b/Source/OpenTK/Input/MouseDevice.cs @@ -195,7 +195,7 @@ namespace OpenTK.Input else if (ButtonUp != null && !value && button[(int)b]) ButtonUp(this, b); button[(int)b] = value; - + //System.Diagnostics.Debug.Print("Mouse button {0} {1}", b, value ? "down" : "up"); } }