Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setPosition
Method
setPosition
Tools/EditorFramework/SelectorControl.cpp:57–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void SelectorControl::setPosition(const MyGUI::IntPoint& _value)
58
{
59
mCoordValue = _value;
60
updateCoord();
61
}
62
63
void SelectorControl::setCoord(const MyGUI::IntCoord& _value)
64
{
Callers
5
notifyMouseDrag
Method · 0.45
updateFromColour
Method · 0.45
InitialiseProperty
Method · 0.45
onDoModal
Method · 0.45
notifyItem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected