showBoundsRect property

bool showBoundsRect
getter/setter pair

Determines whether to display the bounds of the stage area drawing a 2px black line square around it. Useful to debug if the mouse touches are not working because the widget is not covering the whole screen.

Implementation

bool showBoundsRect = false;