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 }
|