()
| 204 | } |
| 205 | } |
| 206 | public void touchRightPressed() { |
| 207 | if (cf.swapMenu) { |
| 208 | menuPressed(); |
| 209 | } else { |
| 210 | selectPressed(); |
| 211 | } |
| 212 | } |
| 213 | |
| 214 | public String touchLeftCommand() { |
| 215 | return cf.swapMenu ? selectCommand() : menuCommand(); |
nothing calls this directly
no test coverage detected