"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)==
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
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