Jump to content

MouseEvents vs getMouse() methods


Adept

Recommended Posts

Both of the above can be used to manipulate the mouse. What are the advantages and disadvantages of each?

I am attempting to click and move the mouse in quick succession (with the least possible delay). Which approach of the two is most suitable?
Is there any way to combine multiple mouse events into one?

Edited by Adept
Link to comment
Share on other sites

28 minutes ago, Adept said:

Both of the above can be used to manipulate the mouse. What are the advantages and disadvantages of each?

I am attempting to click and move the mouse in quick succession (with the least possible delay). Which approach of the two is most suitable?
Is there any way to combine multiple mouse events into one?

The getMouse() methods make use of MouseEvent.

If you need more customisation of the mouse movements then use a MouseEvent

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...