In the documentation it talks about controls 'consuming input'. I am not sure why it is written that way, or what it implies.
When Input is NOT consumed, does this refer to a situation where the control has been declared as the focus, or input that has not been .connect()ed to a node?
Can someone write an example of how they go about using unhandled_input and why they use it?
I am also interested in seeing how script looks for a Control that uses control._input_event() and control.accept_event()