nn::hid::CTR::PadStatus Structurestruct PadStatus
{
bit32 hold;
bit32 trigger;
bit32 release;
AnalogStickStatus stick;
};
Structure used to store sampling data from the buttons and the Circle Pad.
| hold | bit32 | Bits (BUTTON_*) are set corresponding to each button that is held down. |
|
|---|---|---|---|
| trigger | bit32 |
Bits (BUTTON_*) are set corresponding to each button at the moment it is pressed. |
|
| release | bit32 |
Bits (BUTTON_*) are set corresponding to each button at the moment it is released. |
|
| stick | AnalogStickStatus | Circle Pad input values. Refer to AnalogStickStatus. |
CONFIDENTIAL