mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-22 04:45:31 +00:00
Merge pull request #781 from Areloch/MiscFixes20220510
Misc Fixes for 2022/05/10
This commit is contained in:
commit
516163fd5d
9 changed files with 59 additions and 127 deletions
|
|
@ -334,6 +334,13 @@ function OptionsMenu::refresh(%this)
|
|||
%command = %this.optionsCategories.getValue(%this.currentCategory);
|
||||
eval(%command);
|
||||
}
|
||||
|
||||
//now, because we reconstruct the displayed set, we'll force the mouse(if we're using it as our input)
|
||||
//to be poked so we can re-track to whatever control, if any, we're over
|
||||
if($activeControllerType !$= "gamepad")
|
||||
{
|
||||
Canvas.setCursorPos(Canvas.getCursorPos());
|
||||
}
|
||||
}
|
||||
|
||||
function OptionsMenu::getOptionVariableValue(%this, %variableName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue