Merge pull request #1984 from FooBarbarians/fix-1912

Reordering initialization methods #1912
This commit is contained in:
Areloch 2017-04-26 01:11:51 -05:00 committed by GitHub
commit 19dcfde60f
70 changed files with 207 additions and 205 deletions

View file

@ -100,33 +100,33 @@ GuiCanvas::GuiCanvas(): GuiControl(),
mCursorEnabled(true),
mForceMouseToGUI(false),
mAlwaysHandleMouseButtons(false),
mCursorChanged(0),
mClampTorqueCursor(true),
mShowCursor(true),
mClampTorqueCursor(true),
mCursorChanged(0),
mLastCursorEnabled(false),
mMouseControl(NULL),
mMouseCapturedControl(NULL),
mMouseControl(NULL),
mMouseControlClicked(false),
mMouseButtonDown(false),
mMouseRightButtonDown(false),
mMouseMiddleButtonDown(false),
mDefaultCursor(NULL),
mLastCursor(NULL),
mLastCursorPt(0,0),
mMouseMiddleButtonDown(false),
mCursorPt(0,0),
mLastCursorPt(0,0),
mLastCursor(NULL),
mLastMouseClickCount(0),
mLastMouseDownTime(0),
mPrevMouseTime(0),
mRenderFront(false),
mPrevMouseTime(0),
mLastMouseDownTime(0),
mHoverControl(NULL),
mHoverPositionSet(false),
mHoverLeftControlTime(0),
mLeftMouseLast(false),
mHoverLeftControlTime(0),
mMiddleMouseLast(false),
mRightMouseLast(false),
mMouseDownPoint(0.0f,0.0f),
mPlatformWindow(NULL),
mLastRenderMs(0),
mPlatformWindow(NULL),
mDisplayWindow(true),
mMenuBarCtrl(NULL)
{