Files
Aerofoil/GpCommon/EGpInputDriverType.h

10 lines
133 B
C
Raw Permalink Normal View History

#pragma once
enum EGpInputDriverType
{
EGpInputDriverType_XInput,
EGpInputDriverType_SDL2_Gamepad,
EGpInputDriverType_Count,
};