Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
263
float GuiElement::GetScaleX()
264
{
265
float s = xscale * scaleDyn;
266
267
if(parentElement)
268
s *= parentElement->GetScale();
269
270
return s;
271
}
272
273
float GuiElement::GetScaleY()
274
{
Callers
1
Draw
Method · 0.80
Calls
1
GetScale
Method · 0.80
Tested by
no test coverage detected