steam-deck-tools/SteamController/ProfilesSettings/VirtualX360Code.cs

25 lines
357 B
C#
Raw Normal View History

namespace SteamController.ProfilesSettings
{
public enum VirtualX360Code
{
None = 0,
X360_UP,
X360_DOWN,
X360_LEFT,
X360_RIGHT,
X360_BACK,
X360_START,
X360_A,
X360_B,
X360_X,
X360_Y,
X360_LB,
X360_RB,
X360_LS,
X360_RS
}
}