| 59 | { draw (view, area, 0, INT_MAX, context); } |
| 60 | |
| 61 | inline Widget *getTopWidgetAtPoint (int x, int y, |
| 62 | core::GettingWidgetAtPointContext |
| 63 | *context) |
| 64 | { return getWidgetAtPoint (x, y, context, 0, INT_MAX); } |
| 65 | |
| 66 | inline Widget *getBottomWidgetAtPoint (int x, int y, |
| 67 | core::GettingWidgetAtPointContext |
no outgoing calls
no test coverage detected