-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
293 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#define XINPUT_GAMEPAD_DPAD_UP 0x0001 | ||
#define XINPUT_GAMEPAD_DPAD_DOWN 0x0002 | ||
#define XINPUT_GAMEPAD_DPAD_LEFT 0x0004 | ||
#define XINPUT_GAMEPAD_DPAD_RIGHT 0x0008 | ||
#define XINPUT_GAMEPAD_START 0x0010 | ||
#define XINPUT_GAMEPAD_BACK 0x0020 | ||
#define XINPUT_GAMEPAD_LEFT_THUMB 0x0040 | ||
#define XINPUT_GAMEPAD_RIGHT_THUMB 0x0080 | ||
#define XINPUT_GAMEPAD_LEFT_SHOULDER 0x0100 | ||
#define XINPUT_GAMEPAD_RIGHT_SHOULDER 0x0200 | ||
#define XINPUT_GAMEPAD_A 0x1000 | ||
#define XINPUT_GAMEPAD_B 0x2000 | ||
#define XINPUT_GAMEPAD_X 0x4000 | ||
#define XINPUT_GAMEPAD_Y 0x8000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.