(int key)
| 3467 | }; |
| 3468 | |
| 3469 | private static String AddressBook_MenuKey_f(int key) { |
| 3470 | if (key == K_ESCAPE) { |
| 3471 | for (int index = 0; index < NUM_ADDRESSBOOK_ENTRIES; index++) { |
| 3472 | Cvar.getInstance().Set("adr" + index, s_addressbook_fields[index].buffer.toString()); |
| 3473 | } |
| 3474 | } |
| 3475 | return Default_MenuKey(s_addressbook_menu, key); |
| 3476 | } |
| 3477 | |
| 3478 | static Command AddressBook_MenuDraw = (List<String> args) -> AddressBook_MenuDraw_f(); |
| 3479 |
no test coverage detected