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

Method resize

src/bzflag/HUDDialogStack.cpp:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void HUDDialogStack::resize(void* _self) {
94 HUDDialogStack* self = (HUDDialogStack*)_self;
95 if (self->isActive())
96 self->top()->resize(getMainWindow()->getWidth(),
97 getMainWindow()->getHeight());
98}
99
100void HUDDialogStack::setFailedMessage(const char* msg) {
101 if (isActive()) {

Callers 2

pushMethod · 0.45
popMethod · 0.45

Calls 5

isActiveMethod · 0.95
topMethod · 0.95
getMainWindowFunction · 0.70
getWidthMethod · 0.45
getHeightMethod · 0.45

Tested by

no test coverage detected