Game Accessibility Library logo SourceForge.net Logo
Game Accessibility Suite: CATCursor Class Reference

CATCursor Class Reference
[GUI Application library for CAT]

#include <CATCursor.h>

List of all members.


Detailed Description

Cursor class for GUI.

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

The documentation for this class was generated from the following files:
Generated on Mon Feb 11 04:10:25 2008 for Game Accessibility Suite by doxygen 1.5.4