2 |
1.975104 |
ArcadeStickButtons |
Enum |
|
|
|
|
|
|
enum ArcadeStickButtons
{
None = 0x0,
StickUp = 0x1,
StickDown = 0x2,
StickLeft = 0x4,
StickRight = 0x8,
Action1 = 0x10,
Action2 = 0x20,
Action3 = 0x40,
Action4 = 0x80,
Action5 = 0x100,
Action6 = 0x200,
Special1 = 0x400,
Special2 = 0x800
};
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.19041.0\winrt\windows.gaming.input.idl(242,0) |
|