MCPcopy Create free account
hub / github.com/crawl/crawl / process_command

Method process_command

crawl-ref/source/macro.cc:1571–1585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1569 }
1570
1571 bool process_command(command_type cmd) override
1572 {
1573 switch (cmd)
1574 {
1575 case CMD_MENU_HELP:
1576 show_specific_helps({ "macro-menu"
1577#ifndef USE_TILE_LOCAL
1578 , "console-keycodes"
1579#endif
1580 });
1581 return true;
1582 default:
1583 return Menu::process_command(cmd);
1584 }
1585 }
1586
1587 command_type get_command(int keyin) override
1588 {

Callers

nothing calls this directly

Calls 2

show_specific_helpsFunction · 0.85
process_commandFunction · 0.70

Tested by

no test coverage detected