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?
rob
2
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.
rob
4
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.