Files
Aerofoil/GpCommon/EGpInputDriverType.h

10 lines
142 B
C
Raw Normal View History

2019-12-29 17:39:19 -05:00
#pragma once
enum EGpInputDriverType
{
EGpInputDriverType_XInput,
EGpInputDriverType_SDL2_Gamepad,
2019-12-29 17:39:19 -05:00
EGpInputDriverType_Count,
};