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

Method GetScaleX

source/gui/gui_element.cpp:263–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263float GuiElement::GetScaleX()
264{
265 float s = xscale * scaleDyn;
266
267 if(parentElement)
268 s *= parentElement->GetScale();
269
270 return s;
271}
272
273float GuiElement::GetScaleY()
274{

Callers 1

DrawMethod · 0.80

Calls 1

GetScaleMethod · 0.80

Tested by

no test coverage detected