MCPcopy 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

notifyMouseDragMethod · 0.45
updateFromColourMethod · 0.45
InitialisePropertyMethod · 0.45
onDoModalMethod · 0.45
notifyItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected