mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-10 06:51:04 +00:00
Merge pull request #1405 from Olathuss/my-dev
Enables onMouseMove method for scripting on the GameTSCtrl class.
This commit is contained in:
commit
346339904e
|
|
@ -158,6 +158,8 @@ void GameTSCtrl::onMouseMove(const GuiEvent &evt)
|
|||
lineTestEnd = pos + vec * 1000;
|
||||
}
|
||||
}
|
||||
if (isMethod("onMouseMove"))
|
||||
makeScriptCall("onMouseMove", evt);
|
||||
}
|
||||
|
||||
void GameTSCtrl::onRender(Point2I offset, const RectI &updateRect)
|
||||
|
|
|
|||
Loading…
Reference in a new issue