projects
/
platform
/
core
/
csapi
/
opentk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e5faec
)
Update XInputJoystick.cs
author
Rosen Iliev
<winterhell2002@gmail.com>
Thu, 31 Aug 2017 07:47:56 +0000
(10:47 +0300)
committer
GitHub
<noreply@github.com>
Thu, 31 Aug 2017 07:47:56 +0000
(10:47 +0300)
Debug message for programmers
src/OpenTK/Platform/Windows/XInputJoystick.cs
patch
|
blob
|
history
diff --git
a/src/OpenTK/Platform/Windows/XInputJoystick.cs
b/src/OpenTK/Platform/Windows/XInputJoystick.cs
index 23d29d2cdd975f68bf82d8fadcf821ce06030f4d..a51cc48f7c1c58e3c236e7d59b0acf8d3670b3c9 100644
(file)
--- a/
src/OpenTK/Platform/Windows/XInputJoystick.cs
+++ b/
src/OpenTK/Platform/Windows/XInputJoystick.cs
@@
-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;
}