Initializes a new instance of the
ButtonDown class.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public ButtonDown(
int x,
int y,
int region
)
Public Sub New (
x As Integer,
y As Integer,
region As Integer
)
public:
ButtonDown(
int x,
int y,
int region
)
new :
x : int *
y : int *
region : int -> ButtonDown
Parameters
- x
- Type: SystemInt32
x coordinate of the button down event - y
- Type: SystemInt32
y coordinate of the button down event - region
- Type: SystemInt32
region where the button was down
See Also