Re: [JAVA3D] Mouse Button Input Mask in WakeuponAWTEvent

2001-06-07 Thread Justin Couch
"Jonathan Albert C. Vallar" wrote: > I just would like to ask if I will be able to create a behavior that will awaken >when the left mouse button is pressed not only my Mouse Keypresses. Correct, exception for this line. > if ((evt.getModifiers() & InputEvent.BUTTON3_MASK)==

[JAVA3D] Mouse Button Input Mask in WakeuponAWTEvent

2001-06-07 Thread Jonathan Albert C. Vallar
Hi! Good day! I just would like to ask if I will be able to create a behavior that will awaken when the left mouse button is pressed not only my Mouse Keypresses. Thank you very much! Like this? WakeuponAWTEvent mouseevent; public void Initialize() { mouseEvents = new WakeupOnAWTEven

[JAVA3D] Mouse Button Input Mask in WakeuponAWTEvent

2001-06-06 Thread Jonathan Albert C. Vallar
Hi! Good day! I just would like to ask if I will be able to create a behavior that will awaken when the left mouse button is pressed not only my Mouse Keypresses. Like this? WakeuponAWTEvent mouseevent; public void Initialize() { mouseEvents = new WakeupOnAWTEvent(InputEvent.BUTTON1_M