Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setScale
Method
setScale
Tools/LayoutEditor/TextureControl.cpp:95–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
void TextureControlLE::setScale(double _value)
96
{
97
mScaleValue = _value;
98
updateScale();
99
100
onChangeScale();
101
}
102
103
void TextureControlLE::onMouseMove()
104
{
Callers
3
parseTransformation
Function · 0.45
updateScale
Method · 0.45
registerSelectorControl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected