When I push a key, “triggered” and “completed” occur at the same time. How can I get the end of user pushing a key. The timing of releasing a key. (This software is not logical and intuitive. I’m frustrated every day!)
Hey @Ayameike0606!
The Triggered
output execution pin of an Enhanced IA node would be triggered constantly for the duration of the input.
As for the Completed
output exec pin, it’d get triggered once the input is over.
For your observations to be the case:
You’d need to have the Pressed trigger on your IA here:
Otherwise we’d expect the behavior I explained above.
Hope this clarifies the confusion
Thank you for reply and sorry about my explanation. I want to know timing of both push and release. Can I use IA key input for this purpose?
Sure!
Just create a new IA and bind a key to it from your IMC, and leave everything else as they are. Then you should see that the Started
exec pin is fired on press and the Completed
exec pin is fired on release.