mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
Merge pull request #1984 from FooBarbarians/fix-1912
Reordering initialization methods #1912
This commit is contained in:
commit
19dcfde60f
70 changed files with 207 additions and 205 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue