#include <screen.h>
Public Member Functions | |
virtual | ~Cursor () |
virtual Common::Rect | getBounds () const =0 |
virtual void | draw ()=0 |
Base class for an on-screen cursor. Currently used for text cursor display
|
inlinevirtual |
Destructor
|
pure virtual |
Get the bounds of the cursor
Implemented in Ultima::Shared::Gfx::TextCursor.
|
pure virtual |
Draw the cursor
Implemented in Ultima::Ultima1::U1Gfx::U1TextCursor.