mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2026-09-13 12:36:10 -05:00
ButtonComboAPI: Add missing wiimote buttons
Some checks are pending
Publish Docker Image / clang-format-lib (push) Waiting to run
Publish Docker Image / build-lib (push) Blocked by required conditions
Publish Docker Image / clang-format-examples (push) Waiting to run
Publish Docker Image / build-examples (push) Blocked by required conditions
Publish Docker Image / build-and-push-image (push) Blocked by required conditions
Some checks are pending
Publish Docker Image / clang-format-lib (push) Waiting to run
Publish Docker Image / build-lib (push) Blocked by required conditions
Publish Docker Image / clang-format-examples (push) Waiting to run
Publish Docker Image / build-examples (push) Blocked by required conditions
Publish Docker Image / build-and-push-image (push) Blocked by required conditions
This commit is contained in:
@@ -43,6 +43,14 @@ typedef enum WUPSButtonCombo_Buttons {
|
||||
WUPS_BUTTON_COMBO_BUTTON_TV = 0x00010000,
|
||||
//! The reserved bit
|
||||
WUPS_BUTTON_COMBO_BUTTON_RESERVED_BIT = 0x80000,
|
||||
//! The 1 button
|
||||
WUPS_BUTTON_COMBO_BUTTON_1 = 0x0001,
|
||||
//! The 2 button
|
||||
WUPS_BUTTON_COMBO_BUTTON_2 = 0x0002,
|
||||
//! The C button
|
||||
WUPS_BUTTON_COMBO_BUTTON_C = 0x100000,
|
||||
//! The Z button
|
||||
WUPS_BUTTON_COMBO_BUTTON_Z = 0x200000,
|
||||
} WUPSButtonCombo_Buttons;
|
||||
WUT_ENUM_BITMASK_TYPE(WUPSButtonCombo_Buttons);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user