mouseDragged

open override fun mouseDragged(me: MouseEvent?)

Handles the mouse dragged event. This method updates the trajectory progress for each bot based on the mouse position and redraws their respective sliders.

Parameters

me

The MouseEvent that triggered this method.