Initializes a new instance of the MouseEventArgs class

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
public MouseEventArgs(
	INode2 node,
	Mouse_Buttons button,
	Modifier_Keys key
)

Parameters

node
Type: VVVV.PluginInterfaces.V2.Graph..::..INode2

[Missing <param name="node"/> documentation for "M:VVVV.PluginInterfaces.V2.MouseEventArgs.#ctor(VVVV.PluginInterfaces.V2.Graph.INode2,VVVV.PluginInterfaces.V2.Mouse_Buttons,VVVV.PluginInterfaces.V2.Modifier_Keys)"]

button
Type: VVVV.PluginInterfaces.V2..::..Mouse_Buttons

[Missing <param name="button"/> documentation for "M:VVVV.PluginInterfaces.V2.MouseEventArgs.#ctor(VVVV.PluginInterfaces.V2.Graph.INode2,VVVV.PluginInterfaces.V2.Mouse_Buttons,VVVV.PluginInterfaces.V2.Modifier_Keys)"]

key
Type: VVVV.PluginInterfaces.V2..::..Modifier_Keys

[Missing <param name="key"/> documentation for "M:VVVV.PluginInterfaces.V2.MouseEventArgs.#ctor(VVVV.PluginInterfaces.V2.Graph.INode2,VVVV.PluginInterfaces.V2.Mouse_Buttons,VVVV.PluginInterfaces.V2.Modifier_Keys)"]

See Also