Swap gamepad attack and throw button on dualwield weapons to make left trigger match left weapon etc

This commit is contained in:
Jan
2021-08-30 21:57:31 +02:00
parent a07a00da93
commit 8b53ce4cfe
2 changed files with 24 additions and 0 deletions

View File

@ -1296,6 +1296,15 @@ namespace Game
CMD_BUTTON_ACTIVATE = 0x8,
CMD_BUTTON_RELOAD = 0x10,
CMD_BUTTON_USE_RELOAD = 0x20,
CMD_BUTTON_PRONE = 0x100,
CMD_BUTTON_CROUCH = 0x200,
CMD_BUTTON_UP = 0x400,
CMD_BUTTON_ADS = 0x800,
CMD_BUTTON_DOWN = 0x1000,
CMD_BUTTON_BREATH = 0x2000,
CMD_BUTTON_FRAG = 0x4000,
CMD_BUTTON_OFFHAND_SECONDARY = 0x8000,
CMD_BUTTON_THROW = 0x80000,
};
#pragma pack(push, 4)