Mixing two input modes
I wonder if there is a way to mix Touch Point input mode with Gesture input mode
I have a sprite that serves as a container and works in touch point input mode. This sprite responds to touch start/move/end - that way I have top-down moveable menu container.
Inside this sprite I have several other sprites (menu buttons) and I'd like them to respond to swipe gestures (left/right).
And here's where I got stuck. When I switch to gesture mode, buttons react to swipe, but container doesn't move. The other way round, container moves, but buttons are useless.
Anyone got an idea how so solve this?
