Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ Touch
Method
Touch
src/SB/Game/zUI.cpp:186–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
void zUIMgr::Touch(_zUI* ui)
187
{
188
if (ui->baseType == eBaseTypeUI)
189
{
190
Remove(ui);
191
Add(ui);
192
}
193
}
194
195
void zUIMgr::Remove(_zUI* ui)
196
{
Callers
1
zUIEventCB
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected