MouseEventOptions Constructor

Initializes a new instance of the MouseEventOptions class.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public MouseEventOptions(
	MouseInputButtons Button,
	int Clicks,
	float X,
	float Y,
	int Delta
)

Parameters

Button  MouseInputButtons
One of the MouseInputButtons values that indicate which mouse button was pressed.
Clicks  Int32
The number of times a mouse button was pressed.
X  Single
The x-coordinate of a mouse click, in pixels.
Y  Single
The y-coordinate of a mouse click, in pixels.
Delta  Int32
A signed count of the number of detents the wheel has rotated.

See Also