Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
273
float GuiElement::GetScaleY()
274
{
275
float s = yscale * scaleDyn;
276
277
if(parentElement)
278
s *= parentElement->GetScaleY();
279
280
return s;
281
}
282
283
int GuiElement::GetState()
284
{
Callers
1
Draw
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected