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

Method qt_clear_nhwindow

win/Qt/qt_bind.cpp:401–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401void NetHackQtBind::qt_clear_nhwindow(winid wid)
402{
403 NetHackQtWindow* window=id_to_window[(int)wid];
404 if (window)
405 window->Clear();
406}
407
408void NetHackQtBind::qt_display_nhwindow(winid wid, boolean block)
409{

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected