Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

void OglGui::DirectionButton::Init ( float  dir,
int  margin 
) [inline, private]

Definition at line 147 of file DirectionButton.h.

References mDirection, mDirectionFeedback, mDoDrawDirection, mFeedbackColor, mFixedArrowSize, mIsClosed, mIsFilled, and mMargin.

00148     {
00149         mDoDrawDirection = true;
00150         mIsFilled = false;
00151         mIsClosed = true;
00152         mDirectionFeedback = false;
00153         mFeedbackColor = oglDARKGREY;
00154         mDirection = (int) dir;
00155         mMargin = margin;
00156         mFixedArrowSize = 0;
00157     }


Generated on Fri Mar 19 12:00:39 2010 for ImpalaSrc by  doxygen 1.5.1