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

Method qt_getlin

outdated/win/Qt3/qt3_win.cpp:5033–5039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5031}
5032
5033void NetHackQtBind::qt_getlin(const char *prompt, char *line)
5034{
5035 NetHackQtStringRequestor requestor(keybuffer,prompt);
5036 if (!requestor.Get(line)) {
5037 line[0]=0;
5038 }
5039}
5040
5041NetHackQtExtCmdRequestor::NetHackQtExtCmdRequestor(NetHackQtKeyBuffer& ks) :
5042 QDialog(qApp->mainWidget(), "ext-cmd", FALSE),

Callers

nothing calls this directly

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected