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 analog stick.
| hold | Bits (BUTTON_*) are set corresponding to each button that is held down. |
|
|---|---|---|
| trigger | Bits (BUTTON_*) are set corresponding to each button at the moment it is pressed. |
|
| release | Bits (BUTTON_*) are set corresponding to each button at the moment it is released. |
|
| stick | Input value for the analog stick. Refer to AnalogStickStatus. |
CONFIDENTIAL