Click or drag to resize

ButtonMove Constructor

Initializes a new instance of the ButtonPress class.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public ButtonMove(
	int x,
	int y,
	int region
)

Parameters

x
Type: SystemInt32
x coordinate of the button event
y
Type: SystemInt32
y coordinate of the button event
region
Type: SystemInt32
region where the button event occurred
See Also