MCPcopy Create free account
hub / github.com/EasyRPG/Player / SetWidth

Method SetWidth

src/window.cpp:351–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351void Window::SetWidth(int nwidth) {
352 if (width != nwidth) {
353 background_needs_refresh = true;
354 frame_needs_refresh = true;
355 }
356 width = nwidth;
357}
358
359void Window::SetHeight(int nheight) {
360 if (height != nheight) {

Callers 2

RefreshMethod · 0.45
CreateChoicesWindowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected