Search:

Type: Posts; User: helloworld922

Search: Search took 0.12 seconds.

  1. Replies
    4
    Views
    1,650

    Re: MouseDraged

    Mouse dragged means exactly that:

    Every time the mouse is dragged (moved with a button pressed), send an event. What you described is to only send events to your program when the mouse is...
  2. Replies
    4
    Views
    1,650

    Re: MouseDraged

    See MouseMotionListener Interface: mouseDragged.

    If you want an event only to be sent when the mouse is pressed/released, see MouseListener Interface.

    The mousePressed() method is called...
Results 1 to 2 of 2