//====================================================//
// State Information
//====================================================//
int mStates;
int mState;
int mInitialState;
int mType;
int mMomentaryCount; // for momentary
buttons only
//====================================================//
// Source Locations for Template Surface
//====================================================//
RECT *mpSrcRect;
//====================================================//
// Pointer to Cursor Information
//====================================================//
int mCursorId;
int mCursorIndex;
//====================================================//
// Runtime Member Functions
//====================================================//
void DisplayBlit(void);
BOOL HandleEvent(int*, int, int, int);
//====================================================//
// Constructors and Destructors
//====================================================//
CPButton(ObjectInitStr*, LightButtonInitStr*);
virtual ~CPButton();