()
| 212 | } |
| 213 | |
| 214 | public String touchLeftCommand() { |
| 215 | return cf.swapMenu ? selectCommand() : menuCommand(); |
| 216 | } |
| 217 | public String touchRightCommand() { |
| 218 | return cf.swapMenu ? menuCommand() : selectCommand(); |
| 219 | } |
nothing calls this directly
no test coverage detected