mousePressed

open override fun mousePressed(me: MouseEvent?)

Handles the mouse pressed event. This method pauses all bots, calculates the clipped input time based on the mouse position, and updates the trajectory progress for each bot.

Parameters

me

The MouseEvent that triggered this method.