Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
224
void GuiElement::SetScale(float s)
225
{
226
xscale = s;
227
yscale = s;
228
}
229
230
void GuiElement::SetScaleX(float s)
231
{
Callers
1
MenuGameSelection
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected