| 67 | } |
| 68 | |
| 69 | bool IsRightActive(const CircleMenuHint &hint) |
| 70 | { |
| 71 | if (hint.is_dpad) |
| 72 | return IsControllerButtonPressed(ControllerButton::BUTTON_DPAD_RIGHT); |
| 73 | return IsControllerButtonPressed(ControllerButton::BUTTON_B); |
| 74 | } |
| 75 | |
| 76 | bool IsBottomActive(const CircleMenuHint &hint) |
| 77 | { |
no test coverage detected