| 59 | } |
| 60 | |
| 61 | void StartupMenuLayout::OnMenuInput(const u64 keys_down, const u64 keys_up, const u64 keys_held, const pu::ui::TouchPoint touch_pos) { |
| 62 | UpdateScreenCaptureBackground(false); |
| 63 | } |
| 64 | |
| 65 | bool StartupMenuLayout::OnHomeButtonPress() { |
| 66 | // ... |
nothing calls this directly
no test coverage detected