MCPcopy 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
186void zUIMgr::Touch(_zUI* ui)
187{
188 if (ui->baseType == eBaseTypeUI)
189 {
190 Remove(ui);
191 Add(ui);
192 }
193}
194
195void zUIMgr::Remove(_zUI* ui)
196{

Callers 1

zUIEventCBFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected