Update XInputJoystick.cs
Debug message for programmers
This commit is contained in:
parent
8e5faec07c
commit
33ed6727bf
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ namespace OpenTK.Platform.Windows
|
||||||
}
|
}
|
||||||
if (dll == IntPtr.Zero)
|
if (dll == IntPtr.Zero)
|
||||||
{
|
{
|
||||||
//XInput was not found on this platform
|
Debug.Print("XInput was not found on this platform");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue