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

Method notifyMouseReleased

MyGUIEngine/src/MyGUI_ScrollBar.cpp:319–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317 }
318
319 void ScrollBar::notifyMouseReleased(Widget* _sender, int _left, int _top, MouseButton _id)
320 {
321 updateTrack();
322 MyGUI::ControllerManager::getInstance().removeItem(_sender);
323 }
324
325 void ScrollBar::notifyMouseDrag(Widget* _sender, int _left, int _top, MouseButton _id)
326 {

Callers

nothing calls this directly

Calls 1

removeItemMethod · 0.45

Tested by

no test coverage detected