We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f120a commit 1f41fcdCopy full SHA for 1f41fcd
platforms/input/xinput/XInput.hpp
@@ -21,7 +21,7 @@ class XInput
21
#ifdef _XBOX
22
GetState = ::XInputGetState;
23
#else
24
- HMODULE module = LoadLibrary("xinput1_3.dll");
+ HMODULE module = LoadLibrary("XINPUT9_1_0.DLL");
25
if (module)
26
GetState = (DWORD (WINAPI *)(DWORD, XINPUT_STATE *))GetProcAddress(module, "XInputGetState");
27
if (!GetState)
0 commit comments