(int key)
| 211 | } |
| 212 | |
| 213 | public boolean longKey(int key) { |
| 214 | if (key == exitKey) { |
| 215 | destroyView(); |
| 216 | } |
| 217 | return true; |
| 218 | } |
| 219 | |
| 220 | public final void doKeyAction(int keyCode) { |
| 221 | keypressed = keyCode; |
nothing calls this directly
no test coverage detected