Page MenuHomeFeedback Tracker

inputAction "Adjust" no more available since 1.42
Closed, ResolvedPublic

Description

Function inputAction doesn't fire anymore for "adjust" (left ctrl) (or right)
I haven't tried all inputactions bindings Some still works fine as "prevAction" & "nextAction"

Details

Legacy ID
1277254491
Severity
None
Resolution
Duplicate
Reproducibility
Always
Category
Controls
Steps To Reproduce

in debug console, write:
0 = [] spawn {while {true} do {if (inputAction "adjust" > 0) then {hint "ok"}; sleep 0.1}}

Same line works with prevAction, nextAction

Event Timeline

PiepMGI edited Steps To Reproduce. (Show Details)Apr 9 2015, 3:07 AM
PiepMGI set Category to Controls.
PiepMGI set Reproducibility to Always.
PiepMGI set Severity to None.
PiepMGI set Resolution to Duplicate.
PiepMGI set Legacy ID to 1277254491.May 8 2016, 11:52 AM

They have completely removed the simple "adjust" option from the controls and made seperate ones for "adjust left", right, up, down, and so on, that must be the cause of that.

That's what is called backward compatibility. Fine for user addons!
I hope this will be corrected. It must not be difficult! It existed in previous version.