MCPcopy Create free account
hub / github.com/dborth/fceugx / SetScale

Method SetScale

source/gui/gui_element.cpp:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224void GuiElement::SetScale(float s)
225{
226 xscale = s;
227 yscale = s;
228}
229
230void GuiElement::SetScaleX(float s)
231{

Callers 1

MenuGameSelectionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected