| 32 | } |
| 33 | |
| 34 | bool FlatMenuPage::OnKeyDown(OptionsShell& shell, unsigned nChar) |
| 35 | { |
| 36 | if (nChar == SDLK_ESCAPE) |
| 37 | { |
| 38 | shell.PopPage(); |
| 39 | return true; |
| 40 | } |
| 41 | return WrapFocus(shell, nChar, m_cycle, m_cycleSize); |
| 42 | } |
| 43 | |
| 44 | void FlatMenuPage::OnSimulate(OptionsShell& shell) |
| 45 | { |