Package robocode

Class MouseClickedEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      MouseClickedEvent​(java.awt.event.MouseEvent source)
      Called by the game to create a new MouseClickedEvent.
    • Constructor Detail

      • MouseClickedEvent

        public MouseClickedEvent​(java.awt.event.MouseEvent source)
        Called by the game to create a new MouseClickedEvent.
        Parameters:
        source - the source mouse event originating from the AWT.