Click or drag to resize

E3DMouseEventArgs Constructor

Initializes a new instance of the E3DMouseEventArgs class

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 18.04.00
Syntax
C#
public E3DMouseEventArgs(
	E3DMouseButtons button,
	int x,
	int y,
	int clicks,
	int delta
)

Parameters

button
Type: Demo3D.CommonE3DMouseButtons

[Missing <param name="button"/> documentation for "M:Demo3D.Common.E3DMouseEventArgs.#ctor(Demo3D.Common.E3DMouseButtons,System.Int32,System.Int32,System.Int32,System.Int32)"]

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:Demo3D.Common.E3DMouseEventArgs.#ctor(Demo3D.Common.E3DMouseButtons,System.Int32,System.Int32,System.Int32,System.Int32)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:Demo3D.Common.E3DMouseEventArgs.#ctor(Demo3D.Common.E3DMouseButtons,System.Int32,System.Int32,System.Int32,System.Int32)"]

clicks
Type: SystemInt32

[Missing <param name="clicks"/> documentation for "M:Demo3D.Common.E3DMouseEventArgs.#ctor(Demo3D.Common.E3DMouseButtons,System.Int32,System.Int32,System.Int32,System.Int32)"]

delta
Type: SystemInt32

[Missing <param name="delta"/> documentation for "M:Demo3D.Common.E3DMouseEventArgs.#ctor(Demo3D.Common.E3DMouseButtons,System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also