Difficult multitouch behaviour. Is this possible?

iphone screen is in landscape mode.

I have one huge button on the left side of the screen and one huge button on the right.

I need single touch on each button but multitouch of the two together.

So no two fingers should touch the right button and register but when I push both right and left button they both should register to their appropriate event.listener.

Does anyone have experience with this?
[import]uid: 8192 topic_id: 2967 reply_id: 302967[/import]

I think UI Buttons can’t be used for multitouch. Look at the joystick example in the code exchange section. That has two objects what act on multitouch. [import]uid: 5712 topic_id: 2967 reply_id: 8541[/import]

@Mikehart, sorry for the miss understanding. I am not using the UI buttons. I made my own simple buttons that listen to a touch event.
[import]uid: 8192 topic_id: 2967 reply_id: 8554[/import]

Still, that sample I mentioned shows how to deal with multitouch events. It shows two analog sticks. [import]uid: 5712 topic_id: 2967 reply_id: 8573[/import]