| 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 |
no outgoing calls
no test coverage detected