Update XInputJoystick.cs
authorRosen Iliev <winterhell2002@gmail.com>
Thu, 31 Aug 2017 07:47:56 +0000 (10:47 +0300)
committerGitHub <noreply@github.com>
Thu, 31 Aug 2017 07:47:56 +0000 (10:47 +0300)
Debug message for programmers

src/OpenTK/Platform/Windows/XInputJoystick.cs

index 23d29d2cdd975f68bf82d8fadcf821ce06030f4d..a51cc48f7c1c58e3c236e7d59b0acf8d3670b3c9 100644 (file)
@@ -381,7 +381,7 @@ namespace OpenTK.Platform.Windows
                 }
                 if (dll == IntPtr.Zero)
                 {
-                  //XInput was not found on this platform
+                   Debug.Print("XInput was not found on this platform");
                    return;
                 }