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

Method onMouseButtonClick

Tools/LayoutEditor/WorkspaceControl.cpp:507–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505 }
506
507 void WorkspaceControl::onMouseButtonClick(const MyGUI::IntPoint& _point)
508 {
509 WidgetSelectorManager::getInstance().selectWidget(_point);
510 }
511
512 void WorkspaceControl::onMouseMove()
513 {

Callers

nothing calls this directly

Calls 1

selectWidgetMethod · 0.80

Tested by

no test coverage detected