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