I can't seem to get multitouch working to my satisfaction.
If I use standard buttons (e.g. button/texture button) I can only press one at a time. Indeed, pressing anywhere on the screen, even on non-button elements prevents pressing on a TextureButton.
I see there is a Node called TouchScreenButton, but I assume this is experimental feature, as it's missing a number of basic button functionality, such as being able to disable them.
So my question is three-fold:
1) Is there a way to make nodes completely ignore all touch events, i.e. TextureButtons still work if you're also touching the background
2) Is there a way to disable interactivity on TouchScreenButtons so that they are actually worth using.
3) Is there a better way to handle multi-touch buttons?