How to get higher mouse flow?

Hi there,
I’m trying to create basic dynamic brushes triggered by mouse movement.
The problem is the when I move my mouse faster, the flow of the bruse gets spaced out.

For example:
Low mouse movement on the top,
High mouse movement on the bottom.

What’s the solution for this?

Thanks!
Mouse_blobs.toe (7.78 KB)

it comes down to the samplerate and how far the values of your samples of your mouse xy positions are apart.
So if the samplerate is always constant (for instance 60fps) the faster you move your mouse, the further apart the values of your samples will be. So one solution could be to increase the samplerate until all samples are so close they form a line again, or another solution would be to draw a line between the samplepoints you have.
There’s a fairly complex example in the Palette that sort of deals with this, you can draw lines in it with your mouse. Under Techniques, called gestureCapture