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: 19.00.00
Syntax
C#
public E3DMouseEventArgs(
	E3DMouseButtons button,
	int x,
	int y,
	int clicks,
	int delta
)

Parameters

button  E3DMouseButtons

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

x  Int32

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

y  Int32

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

clicks  Int32

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

delta  Int32

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

See Also