You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
many complains about missing XInput.h. I Believe CMakeLists should be fixed to search for DirectX SDK
1>d:\projects-rusyanov\gainput\lib\source\gainput\pad\GainputInputDevicePadWin.h(8) : fatal error C1083: Cannot open include file: 'XInput.h': No such file or directory 1>GainputInputDeviceMouse.cpp 2>d:\projects-rusyanov\gainput\lib\source\gainput\pad\GainputInputDevicePadWin.h(8) : fatal error C1083: Cannot open include file: 'XInput.h': No such file or directory 2>GainputInputDeviceMouse.cpp 1>d:\projects-rusyanov\gainput\lib\source\gainput\mouse\GainputInputDeviceMouseWin.h(78) : error C2065: 'WM_XBUTTONDOWN' : undeclared identifier 1>d:\projects-rusyanov\gainput\lib\source\gainput\mouse\GainputInputDeviceMouseWin.h(78) : error C2051: case expression not constant
The text was updated successfully, but these errors were encountered:
many complains about missing XInput.h. I Believe CMakeLists should be fixed to search for DirectX SDK
1>d:\projects-rusyanov\gainput\lib\source\gainput\pad\GainputInputDevicePadWin.h(8) : fatal error C1083: Cannot open include file: 'XInput.h': No such file or directory 1>GainputInputDeviceMouse.cpp 2>d:\projects-rusyanov\gainput\lib\source\gainput\pad\GainputInputDevicePadWin.h(8) : fatal error C1083: Cannot open include file: 'XInput.h': No such file or directory 2>GainputInputDeviceMouse.cpp 1>d:\projects-rusyanov\gainput\lib\source\gainput\mouse\GainputInputDeviceMouseWin.h(78) : error C2065: 'WM_XBUTTONDOWN' : undeclared identifier 1>d:\projects-rusyanov\gainput\lib\source\gainput\mouse\GainputInputDeviceMouseWin.h(78) : error C2051: case expression not constant
The text was updated successfully, but these errors were encountered: