My problem is this:
I have a TextField which I add to my UI stage. Now, I have several InputListeners/gesture detectors etc. multiplexed, but the UI stage is on top.
My problem is this: when I type words into TextField, those key pressed are passed on, so that my other input listeners receive it, which is obviously not something I want. Now my question is, how to disable this behavior? I want keys typed into TextField to stay there and not be passed through.
