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

Method AltChoice

win/Qt/qt_yndlg.cpp:374–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374void NetHackQtYnDialog::AltChoice(char ans, char res)
375{
376 if (ans && !strchr(alt_answer, ans)) {
377 (void) strkitten(alt_answer, ans);
378 (void) strkitten(alt_result, res);
379 }
380}
381
382void NetHackQtYnDialog::keyPressEvent(QKeyEvent *event)
383{

Callers

nothing calls this directly

Calls 1

strkittenFunction · 0.85

Tested by

no test coverage detected