Yes, when a picking happened, you can recevie a mouse event object,
and you can test which button was pressed by it.
For example, if you want test the right button of a mouse was pressed:
if(  ( m_MouseEvent.getModifiers() & InputEvent.BUTTON3_MASK ) != 0 )
....

Greg

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to