GG
|
#include <Cursor.h>
Structors | |
Cursor () | |
virtual | ~Cursor () |
Mutators | |
virtual void | Render (const Pt &pt)=0 |
Additional Inherited Members |
Cursor is the base class for GUI-renderable cursors.
A Cursor can be set in the GUI and will be rendered if GUI's RenderCursor() member returns true. Note that it may be necessary to disable the underlying platform's cursor .
|
pure virtual |
Renders the cursor at the specified location. Subclasses should take care to ensure that the cursor's "hotspot" is rendered at pt.
Implemented in GG::TextureCursor.