C# Class AutoAsparagus.ClickEvent

Event describing a click on a button.
Inheritance: System.EventArgs
显示文件 Open project: henrybauer/AutoAsparagus

Public Properties

Property Type Description
Button IButton
MouseButton int

Property Details

Button public_oe property

The button that has been clicked.
public IButton Button
return IButton

MouseButton public_oe property

The mouse button which the button was clicked with.
Is 0 for left mouse button, 1 for right mouse button, and 2 for middle mouse button.
public int MouseButton
return int