mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 03:59:36 +00:00
Use older XInput
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <new>
|
#include <new>
|
||||||
|
|
||||||
#pragma comment(lib, "xinput.lib")
|
#pragma comment(lib, "xinput9_1_0.lib")
|
||||||
|
|
||||||
void GpInputDriverXInput::ProcessInput()
|
void GpInputDriverXInput::ProcessInput()
|
||||||
{
|
{
|
||||||
@@ -179,5 +179,5 @@ void GpInputDriverXInput::ProcessAxisStateChange(int16_t prevState, int16_t newS
|
|||||||
|
|
||||||
extern "C" __declspec(dllexport) IGpInputDriver *GpDriver_CreateInputDriver_XInput(const GpInputDriverProperties &properties)
|
extern "C" __declspec(dllexport) IGpInputDriver *GpDriver_CreateInputDriver_XInput(const GpInputDriverProperties &properties)
|
||||||
{
|
{
|
||||||
return GpInputDriverXInput::Create(properties);
|
return GpInputDriverXInput::Create(properties);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user