MCPcopy Create free account
hub / github.com/dillo-browser/dillo / getBottomWidgetAtPoint

Method getBottomWidgetAtPoint

dw/stackingcontextmgr.hh:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 { return getWidgetAtPoint (x, y, context, 0, INT_MAX); }
65
66 inline Widget *getBottomWidgetAtPoint (int x, int y,
67 core::GettingWidgetAtPointContext
68 *context)
69 { return getWidgetAtPoint (x, y, context, INT_MIN, -1); }
70};
71
72} // namespace core

Callers 1

getWidgetAtPointLevelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected