Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ resetCloseFlag
Method
resetCloseFlag
src/backend/opengl/sdl/window.cpp:238–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
236
}
237
238
void Widget::resetCloseFlag()
239
{
240
if(mClose==true) {
241
show();
242
}
243
}
244
245
void Widget::pollEvents()
246
{
Callers
1
draw
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected