(int key)
| 203 | } |
| 204 | |
| 205 | public void doKeyAction(int key) { |
| 206 | switch(key) { |
| 207 | //#ifdef SMILES |
| 208 | case VirtualCanvas._KEY_STAR: |
| 209 | toogleSmiles(); |
| 210 | return; |
| 211 | //#endif |
| 212 | } |
| 213 | |
| 214 | super.doKeyAction(key); |
| 215 | } |
| 216 | |
| 217 | public boolean doUserKeyAction(int command_id) { |
| 218 | switch (command_id) { |
nothing calls this directly
no test coverage detected