Thanks for your reply.
Why do you say: What you're doing is calling the method 'unhandledinput' (which doesn't make any sense?
For example, I may want to have an unhandled input to be run after each frame.
I have an input 'uiright' and I want the Node to move position.x to, say, 100 pixels to the right.
The _process(delta) is called. The node does not stop at 100 pixels, though. Node keeps going right with every frame. How do I stop it? setprocess(false) does not work.
Also, if I declare 'event' as a global on top, will it be recognised by _process(delta) as the special identifier 'event' as in _input(event)? Just as 'delta' has a special meaning in _process(delta), doesn't 'event' have a special meaning in _input(event).
I am not sure if I have been able to ask my doubt correctly or in the technical language would be required in such a question.
Thanks in advance.