#include <CATCursor.h>
Right now, this mainly just a shell for cursor types. Eventually, this should be expanded to include custom cursors from skins and the like.
Definition at line 42 of file CATCursor.h.
Public Member Functions | |
CATCursor (CATCURSORTYPE type=CATCURSOR_ARROW) | |
virtual | ~CATCursor () |
CATCursor() destructor. | |
void | SetType (CATCURSORTYPE type) |
CATCURSORTYPE | GetType () |
CATOSCURSOR | GetOSCursor () |
void | ShowCursor () |
ShowCursor() shows the cursor. | |
void | HideCursor () |
HideCursor() hides the cursor. | |
Protected Attributes | |
CATCURSORTYPE | fType |
fType holds the current cursor type | |
bool | fHidden |
fHidden holds the current cursor state - true if hidden, false otherwise |