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?