MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / callResizeCallbacks

Method callResizeCallbacks

src/platform/BzfWindow.cpp:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void BzfWindow::callResizeCallbacks() const {
56 const int count = resizeCallbacks.size();
57 for (int i = 0; i < count; i++) {
58 const BzfWindowCB& cb = resizeCallbacks[i];
59 (*cb.cb)(cb.data);
60 }
61}
62
63void BzfWindow::addResizeCallback(
64 void (*_cb)(void*), void* data) {

Callers 9

cmdToggleFSFunction · 0.80
setVideoFormatFunction · 0.80
doEventFunction · 0.80
startPlayingFunction · 0.80
callbackMethod · 0.80
setPanelOpacityMethod · 0.80
setRadarSizeMethod · 0.80
setMaxMotionFactorMethod · 0.80
callbackMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected