Page MenuHomeFeedback Tracker

[Feature Request] onCommitted Control Event Handler
Feedback, NormalPublic

Description

onCommitted/committed Control Event Handler that fires when a ctrlCommit has done, could be handy to have instead of checking it with ctrlCommitted every frame.

_ctrl ctrlAddEventHandler ["committed",{
    params ["_ctrl","_duration"];
}];

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Scripting

Event Timeline

POLPOX created this task.Feb 23 2023, 2:41 PM
BIS_fnc_KK set Ref Ticket to AIII-55628.Mar 25 2023, 9:33 PM

Revision: 150395

BIS_fnc_KK removed BIS_fnc_KK as the assignee of this task.EditedMar 25 2023, 9:40 PM
BIS_fnc_KK changed the task status from New to Feedback.
BIS_fnc_KK added a subscriber: BIS_fnc_KK.

Havent added _duration, what is the use case?

Thought could be useful to determine/check which commit is done.

Revision: 150396