()
| 197 | } |
| 198 | } |
| 199 | public void touchLeftPressed() { |
| 200 | if (cf.swapMenu) { |
| 201 | selectPressed(); |
| 202 | } else { |
| 203 | menuPressed(); |
| 204 | } |
| 205 | } |
| 206 | public void touchRightPressed() { |
| 207 | if (cf.swapMenu) { |
| 208 | menuPressed(); |
nothing calls this directly
no test coverage detected