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

Method GetScaleY

source/gui/gui_element.cpp:273–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273float GuiElement::GetScaleY()
274{
275 float s = yscale * scaleDyn;
276
277 if(parentElement)
278 s *= parentElement->GetScaleY();
279
280 return s;
281}
282
283int GuiElement::GetState()
284{

Callers 1

DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected