Determine left right and middle mouse button click

Sunday 24 April 2011
if(evt.getButton() == java.awt.event.MouseEvent.BUTTON3)
{
}

MOuse right click
-right button1
-left button2

0 comments:

Post a Comment