How can I get native touch event in CoronaCards iOS?

I use below method. but it doesn’t work.

  • (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event

Corona’s event(Corona to Native) is slow. so, it has delay.

so, my idea is that have Corona & Native touch event together.

How can I use the method in ViewController.mm?

What are you trying to get touch events on?

Rob

When I’ve touch, I wanna get two events.

One is in Corona.

The other one is in objective-c.

What are you trying to get touch events on?

Rob

When I’ve touch, I wanna get two events.

One is in Corona.

The other one is in objective-c.