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

Method qt_outrip

outdated/win/Qt3/qt3_win.cpp:5155–5160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5153}
5154
5155void NetHackQtBind::qt_outrip(winid wid, int how, time_t when)
5156{
5157 NetHackQtWindow* window=id_to_window[wid];
5158
5159 window->UseRIP(how, when);
5160}
5161
5162bool NetHackQtBind::notify(QObject *receiver, QEvent *event)
5163{

Callers

nothing calls this directly

Calls 1

UseRIPMethod · 0.45

Tested by

no test coverage detected