We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe5fad commit a847005Copy full SHA for a847005
include/GTAIV/consts32.h
@@ -218,8 +218,8 @@ typedef enum eButton
218
BUTTON_R1 = 6,
219
BUTTON_R2 = 7,
220
BUTTON_SELECT = 13,
221
- BUTTON_Square = 14,
222
- BUTTON_Triangle = 15,
+ BUTTON_SQUARE = 14,
+ BUTTON_TRIANGLE = 15,
223
BUTTON_O = 17,
224
225
} eButton;
include/RDR/consts32.h
@@ -238,11 +238,10 @@ typedef enum eButton
238
BUTTON_Y = 4,
239
BUTTON_B = 5,
240
BUTTON_A = 6,
241
- BUTTON_X =
242
- #if PLATFORM == PLATFORM_X360
243
- 7,
+ #if PLATFORM == PLATFORM_X360 || PLATFORM == PLATFORM_PC
+ BUTTON_X = 7,
244
#elif PLATFORM == PLATFORM_PS3
245
- 6,
+ BUTTON_X = 6,
246
#endif
247
BUTTON_BACK = 8,
248
BUTTON_L3 = 9,
0 commit comments