MouseEventOptions Constructor
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public MouseEventOptions(
MouseInputButtons Button,
int Clicks,
float X,
float Y,
int Delta
)
Public Sub New (
Button As MouseInputButtons,
Clicks As Integer,
X As Single,
Y As Single,
Delta As Integer
)
public:
MouseEventOptions(
MouseInputButtons Button,
int Clicks,
float X,
float Y,
int Delta
)
new :
Button : MouseInputButtons *
Clicks : int *
X : float32 *
Y : float32 *
Delta : int -> MouseEventOptions
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.