Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


button

A value that indicates which mouse button was pressed or released (if any) to cause this event: 0 is the left button, 1 is the right button, 2 is the middle button. A negative value indicates that no mouse button changed state during this event.
Read time 1 minuteLast updated 6 days ago

Definition

public int button { get; protected set; }