mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +00:00
Changes for BaseUI Update
This commit is contained in:
parent
90951b3cc8
commit
ed36cf2c5c
20 changed files with 156 additions and 45 deletions
|
|
@ -706,6 +706,9 @@ bool GuiCanvas::processInputEvent(InputEventInfo &inputEvent)
|
|||
if (mCursorEnabled || mForceMouseToGUI ||
|
||||
(mAlwaysHandleMouseButtons && inputEvent.objType == SI_BUTTON) )
|
||||
{
|
||||
if (inputEvent.objType != SI_AXIS && inputEvent.action == SI_MAKE)
|
||||
bool asdfasdf = true;
|
||||
|
||||
return processMouseEvent(inputEvent);
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue