MCPcopy Create free account
hub / github.com/NetHack/NetHack / qt_start_menu

Method qt_start_menu

win/Qt/qt_bind.cpp:483–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481}
482
483void NetHackQtBind::qt_start_menu(winid wid, unsigned long mbehavior UNUSED)
484{
485 NetHackQtWindow* window=id_to_window[(int)wid];
486 window->StartMenu(wid == WIN_INVEN);
487}
488
489void NetHackQtBind::qt_add_menu(winid wid, const glyph_info *glyphinfo,
490 const ANY_P * identifier, char ch, char gch, int attr, int clr,

Callers

nothing calls this directly

Calls 1

StartMenuMethod · 0.45

Tested by

no test coverage detected