_XINPUT_GAMEPAD
struct _XINPUT_GAMEPAD {
}
- bLeftTrigger
BYTE bLeftTrigger;
Undocumented in source.
- bRightTrigger
BYTE bRightTrigger;
Undocumented in source.
- sThumbLX
SHORT sThumbLX;
Undocumented in source.
- sThumbLY
SHORT sThumbLY;
Undocumented in source.
- sThumbRX
SHORT sThumbRX;
Undocumented in source.
- sThumbRY
SHORT sThumbRY;
Undocumented in source.
- wButtons
WORD wButtons;
Undocumented in source.
directx xinput
aliasesfunctionsmanifest constantsstructs
* XInput.h -- This module defines XBOX controller APIs * and constansts for the Windows platform. * * Copyright (c) Microsoft Corp. All rights reserved. * *