MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / onBroadcastMouseMessage

Method onBroadcastMouseMessage

src/ui/manager.cpp:1194–1201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1192}
1193
1194void Manager::onBroadcastMouseMessage(WidgetsList& targets)
1195{
1196 // Ask to the first window in the "children" list to know how to
1197 // propagate mouse messages.
1198 Widget* widget = UI_FIRST_WIDGET(children());
1199 if (widget)
1200 widget->broadcastMouseMessage(targets);
1201}
1202
1203LayoutIO* Manager::onGetLayoutIO()
1204{

Callers

nothing calls this directly

Calls 1

broadcastMouseMessageMethod · 0.80

Tested by

no test coverage detected