#include <cursor.h>
Public Member Functions | |
| ZorkCursor (ZVision *engine, const Common::Path &fileName) | |
| ZorkCursor (const ZorkCursor &other) | |
| ZorkCursor & | operator= (const ZorkCursor &other) |
| uint16 | getWidth () const |
| uint16 | getHeight () const |
| uint16 | getHotspotX () const |
| uint16 | getHotspotY () const |
| byte | getKeyColor () const |
| const byte * | getSurface () const |
Utility class to parse and hold cursor data Modeled off Graphics::Cursor