| 74 | } |
| 75 | |
| 76 | bool IsBottomActive(const CircleMenuHint &hint) |
| 77 | { |
| 78 | if (hint.is_dpad) |
| 79 | return IsControllerButtonPressed(ControllerButton::BUTTON_DPAD_DOWN); |
| 80 | return IsControllerButtonPressed(ControllerButton::BUTTON_A); |
| 81 | } |
| 82 | |
| 83 | bool IsLeftActive(const CircleMenuHint &hint) |
| 84 | { |
no test coverage detected