Knob OnRelease Event
- This topic has 1 reply, 2 voices, and was last updated 1 day, 12 hours ago by .
- You must be logged in to reply to this topic.
Welcome to Portals United! / Forums / Requests & Feedback / Knob OnRelease Event
Hi,
At then moment I can only detect the knob Value OnValueChanged. Is there a way to detect when the Knob object was released?
I want to activate other logic only when the Knob is released, and the value is set to the correct value.
Thank you.
Unfortunately not. The only workaround I can think of is to restart a timer every time a value change is received and to evaluate it as a release after a timeout has occurred.