Component.draw

Draws the component. Override this!

class Component
protected
void
draw
(
RenderWindow window
)

Parameters

window
Type: RenderWindow

The window to draw the component to.

Meta