Component.draw

Draws the component. Override this!

class Component
protected
void
draw
(
RenderWindow window
)

Parameters

window RenderWindow

The window to draw the component to.

Meta