We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3cf5f9 commit c36d11aCopy full SHA for c36d11a
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