CopySurface.draw
void draw(Widget widget, int deltaX = 0, int deltaY = 0)Draws a widget to the copy surface.
The widget is drawn at the specified offset position.
Parameters
widget | Widget to draw |
deltaX | X offset for drawing (default 0) |
deltaY | Y offset for drawing (default 0) |