> hey guys. great plugin thanks!
>
> i have the following event
> when left click is down,
> Draw point (Mouse.X, Mouse.Y)
>
> is there a way to make the points connect smoothly? like how it would in microsoft paint? right now i just have seperated dots forming a line.
>
Between every tick, remember the previous mouse position and draw a line from there to current position.
hey thanks for the tip!
but im having trouble representing the mouse's previous (x,y)