If you tried to create a game like "fruit ninja" or a drawing application, you know that very fast movements can be a problem, because system can detect touch and mouse position only 60 times per second. So it was a problem to draw a line or touch/cursor trace without spaces.
But here is my solution.
Features:
- useful for creating games with "fruit ninja" mechanics
- useful for creating drawing applications
- the line will be continuous (without spaces) whatever is the speed of mouse/touch movement
- Works both in Construct 2 and Construct 3