Widget.isPointInside - multiple declarations
Function Widget.isPointInside
Function Widget.isPointInside
returns true if point is inside of this widget
bool isPointInside(
int x,
int y
);
returns true if point is inside of this widget
bool isPointInside(
int x,
int y
);