Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ qt_display_nhwindow
Method
qt_display_nhwindow
outdated/win/Qt3/qt3_win.cpp:4743–4747 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4741
}
4742
4743
void NetHackQtBind::qt_display_nhwindow(winid wid, BOOLEAN_P block)
4744
{
4745
NetHackQtWindow* window=id_to_window[wid];
4746
window->Display(block);
4747
}
4748
4749
void NetHackQtBind::qt_destroy_nhwindow(winid wid)
4750
{
Callers
nothing calls this directly
Calls
1
Display
Method · 0.45
Tested by
no test coverage detected