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"
Description
Description
Details
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
Comment Actions
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.
Comment Actions
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.