Skip to content

Commit 0663ede

Browse files
committed
Add missing wiimote buttons
1 parent a2f949b commit 0663ede

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

include/buttoncombo/defines.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ typedef enum ButtonComboModule_Buttons {
4141
BCMPAD_BUTTON_TV = 0x00010000,
4242
//! The reserved bit
4343
BCMPAD_BUTTON_RESERVED_BIT = 0x80000,
44+
//! The 1 button
45+
BCMPAD_BUTTON_1 = 0x0001,
46+
//! The 2 button
47+
BCMPAD_BUTTON_2 = 0x0002,
48+
//! The C button
49+
BCMPAD_BUTTON_C = 0x100000,
50+
//! The Z button
51+
BCMPAD_BUTTON_Z = 0x200000,
4452
} ButtonComboModule_Buttons;
4553
WUT_ENUM_BITMASK_TYPE(ButtonComboModule_Buttons);
4654

0 commit comments

Comments
 (0)