The Input.getmousebutton,getmousebuttondown,getmousebuttonup in Unity

Source: Internet
Author: User

Due to project requirements, you need to use a mouse click to implement sliding events, viewing the official documentation on the Input.getmousebutton section.

Getmousebutton: Each frame of the mouse in the pressed state will return True,input.getmousebutton (0): The left mouse button press, Input.getmousebutton (1): The right mouse button is pressed, Input.getmousebutton (2): Indicates the middle mouse button is pressed

Getmousebuttondown: The mouse button down the frame returned True,input.getmousebuttondown (0): The left mouse button press, Input.getmousebuttondown (1): The right mouse button down, Input.getmousebuttondown (2): Indicates the middle mouse button is pressed

Getmousebuttonup: The mouse button down the frame returned True,input.getmousebuttonup (0): The left mouse button press, Input.getmousebuttonup (1): The right mouse button down, Input.getmousebuttonup (2): Indicates the middle mouse button is pressed

The position of the mouse down and lifted can be obtained by input.mouseposition, but this parameter returns the screen coordinate position, which is the coordinate system with the bottom left corner as the origin point.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.