Get Input Key Down Time

Hi Answer Hub,

I have a question, is there a specific node or away to replicate the node called Get Input Key Down Time but with reversed logic, as I’m trying to set an time limit event for an input key released.

Many thanks!

So you want to get how the long since the input key has not been pressed?

I think what you may be looking for is Set Timer by Event .

When the key is released a timer is started, if the time is elapsed some logic fires. if the key is repressed, the timer is reset.

Great man, I’m still learning and the Clear and Invalidate Timer by Handle node works! :slight_smile: very much appreciated