38 virtual void redraw()
const = 0;
virtual void redraw() const =0
Redraw sprite using the hardware.
Specialization of canvas::Sprite interface, to also provide redraw methods.
Helper interface to connect SpriteCanvas with various sprite implementations.