mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-04 04:50:31 +00:00
commit
6492028bb2
26 changed files with 79 additions and 52 deletions
|
|
@ -95,9 +95,11 @@ extern InputModifiers convertModifierBits(const U32 in);
|
|||
//-----------------------------------------------------------------------------
|
||||
|
||||
GuiCanvas::GuiCanvas(): GuiControl(),
|
||||
mCurUpdateRect(0, 0, 0, 0),
|
||||
mCursorEnabled(true),
|
||||
mForceMouseToGUI(false),
|
||||
mAlwaysHandleMouseButtons(false),
|
||||
mCursorChanged(0),
|
||||
mClampTorqueCursor(true),
|
||||
mShowCursor(true),
|
||||
mLastCursorEnabled(false),
|
||||
|
|
@ -121,6 +123,7 @@ GuiCanvas::GuiCanvas(): GuiControl(),
|
|||
mLeftMouseLast(false),
|
||||
mMiddleMouseLast(false),
|
||||
mRightMouseLast(false),
|
||||
mMouseDownPoint(0.0f,0.0f),
|
||||
mPlatformWindow(NULL),
|
||||
mLastRenderMs(0),
|
||||
mDisplayWindow(true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue