MCPcopy Create free account
hub / github.com/MyGUI/mygui / notifyPointPressed

Method notifyPointPressed

UnitTests/UnitTest_Spline/DemoKeeper.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 void DemoKeeper::notifyPointPressed(MyGUI::Widget* _sender, int _left, int _top, MyGUI::MouseButton _id)
107 {
108 mOffset = MyGUI::IntPoint(_left, _top) - _sender->getAbsolutePosition();
109 }
110
111 void DemoKeeper::notifyChangeQuality(MyGUI::ScrollBar* _sender, size_t _position)
112 {

Callers

nothing calls this directly

Calls 1

IntPointFunction · 0.50

Tested by

no test coverage detected