Update XInputJoystick.cs

Debug message for programmers
This commit is contained in:
Rosen Iliev 2017-08-31 10:47:56 +03:00 committed by GitHub
parent 8e5faec07c
commit 33ed6727bf

View 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;
}